llvm-6502/test/Transforms/SROA
Chandler Carruth c303463dcc Fix a case where SROA did not correctly detect dead PHI or selects due
to chains or cycles between PHIs and/or selects. Also add a couple of
really nice test cases reduced from Kostya's reports in PR13905 and
PR13906. Both are fixed by this patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164596 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 10:03:40 +00:00
..
basictest.ll Address one of the original FIXMEs for the new SROA pass by implementing 2012-09-24 00:34:20 +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