llvm-6502/test/Transforms/SROA
Chandler Carruth 70dace3052 Fix PR14212: For some strange reason I treated vectors differently from
integers in that the code to handle split alloca-wide integer loads or
stores doesn't come first. It should, for the same reasons as with
integers, and the PR attests to that. Also had to fix a busted assert in
that this test case also covers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167051 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-30 20:52:40 +00:00
..
alignment.ll Teach SROA to cope with wrapper aggregates. These show up a lot in ABI 2012-10-13 10:49:33 +00:00
basictest.ll Teach SROA how to split whole-alloca integer loads and stores into 2012-10-25 04:37:07 +00:00
big-endian.ll Teach SROA how to split whole-alloca integer loads and stores into 2012-10-25 04:37:07 +00:00
fca.ll Teach the integer-promotion rewrite strategy to be endianness aware. 2012-10-04 10:39:28 +00:00
lit.local.cfg
phi-and-select.ll First major step toward addressing PR14059. This teaches SROA to handle 2012-10-15 08:40:30 +00:00
vector-promotion.ll Fix PR14212: For some strange reason I treated vectors differently from 2012-10-30 20:52:40 +00:00