llvm-6502/test/Transforms/SROA
Chandler Carruth 322e9ba2cb Fix an issue where we failed to adjust the alignment constraint on
a memcpy to reflect that '0' has a different meaning when applied to
a load or store. Now we correctly use underaligned loads and stores for
the test case added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165101 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-03 08:26:28 +00:00
..
alignment.ll Fix an issue where we failed to adjust the alignment constraint on 2012-10-03 08:26:28 +00:00
basictest.ll Teach the new SROA to handle cases where an alloca that has already been 2012-10-02 22:46:45 +00:00
fca.ll
lit.local.cfg
phi-and-select.ll Refactor the PartitionUse structure to actually use the Use* instead of 2012-10-01 01:49:22 +00:00
vector-promotion.ll