llvm-project/llvm/test/Transforms/SROA
Chandler Carruth 08e5f49f90 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.

llvm-svn: 165101
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 Add a major missing piece to the new SROA pass: aggressive splitting of 2012-09-18 12:57:43 +00:00
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