llvm-project/llvm/test/Transforms/SimplifyCFG/X86
David Green 2352b30c96 [SimplifyCFG] Put an alignment on generated switch tables
Previously the alignment on the newly created switch table data was not set,
meaning that DataLayout::getPreferredAlignment was free to overalign it to 16
bytes. This causes unnecessary code bloat.

Differential Revision: https://reviews.llvm.org/D51800

llvm-svn: 342039
2018-09-12 09:54:17 +00:00
..
disable-lookup-table.ll
lit.local.cfg
speculate-cttz-ctlz.ll
switch-covered-bug.ll
switch-table-bug.ll
switch_to_lookup_table.ll [SimplifyCFG] Put an alignment on generated switch tables 2018-09-12 09:54:17 +00:00