llvm-6502/test/Transforms/SROA
Chandler Carruth b0de1e31d1 Fix another SROA crasher, PR14601.
This was a silly oversight, we weren't pruning allocas which were used
by variable-length memory intrinsics from the set that could be widened
and promoted as integers. Fix that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170353 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-17 18:48:07 +00:00
..
alignment.ll
basictest.ll Fix another SROA crasher, PR14601. 2012-12-17 18:48:07 +00:00
big-endian.ll Fix typo in test-case. 2012-12-12 20:29:06 +00:00
fca.ll
lit.local.cfg
phi-and-select.ll Fix PR14132 and handle OOB loads speculated throuh PHI nodes. 2012-11-20 10:02:19 +00:00
vector-promotion.ll Teach the rewriting of memcpy calls to support subvector copies. 2012-12-17 14:51:24 +00:00