llvm-6502/test/Transforms/SROA
Nadav Rotem fee6969463 SROA: Generate selects instead of shuffles when blending values because this is the cannonical form.
Shuffles are more difficult to lower and we usually don't touch them, while we do optimize selects more often.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180875 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-01 19:53:30 +00:00
..
alignment.ll
basictest.ll SROA: Don't crash on a select with two identical operands. 2013-04-21 17:48:39 +00:00
big-endian.ll
fca.ll
lit.local.cfg
phi-and-select.ll
vector-promotion.ll SROA: Generate selects instead of shuffles when blending values because this is the cannonical form. 2013-05-01 19:53:30 +00:00
vectors-of-pointers.ll