llvm-project/llvm/test/Transforms/SROA
Nick Lewycky 9f19349846 Don't try to promote the same alloca twice. Fixes PR13916!
Chandler, it's not obvious that it's okay that this alloca gets into the list
twice to begin with. Please review and see whether this is the fix you really
want, but I wanted to get a fix checked in quickly.

llvm-svn: 164634
2012-09-25 21:15:50 +00:00
..
basictest.ll Don't try to promote the same alloca twice. Fixes PR13916! 2012-09-25 21:15:50 +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