aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/phi-and-select.ll
AgeCommit message (Expand)Author
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2012-11-20Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth
2012-10-15First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth
2012-10-04Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth
2012-10-01Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth