llvm-project/llvm/test/Transforms/SROA
Chandler Carruth 871ba7249c Teach all of the loads, stores, memsets and memcpys created by the
rewriter in SROA to carry a proper alignment. This involves
interrogating various sources of alignment, etc. This is a more complete
and principled fix to PR13920 as well as related bugs pointed out by Eli
in review and by inspection in the area.

Also by inspection fix the integer and vector promotion paths to create
aligned loads and stores. I still need to work up test cases for
these... Sorry for the delay, they were found purely by inspection.

llvm-svn: 164689
2012-09-26 10:27:46 +00:00
..
alignment.ll Teach all of the loads, stores, memsets and memcpys created by the 2012-09-26 10:27:46 +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