llvm-6502/test/Transforms/SROA
Chandler Carruth 238fd1591e When rewriting the pointer operand to a load or store which has
alignment guarantees attached, re-compute the alignment so that we
consider offsets which impact alignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164690 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26 10:45:28 +00:00
..
alignment.ll When rewriting the pointer operand to a load or store which has 2012-09-26 10:45:28 +00:00
basictest.ll Teach all of the loads, stores, memsets and memcpys created by the 2012-09-26 10:27:46 +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 Fix a case where SROA did not correctly detect dead PHI or selects due 2012-09-25 10:03:40 +00:00
vector-promotion.ll