aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA/phi-and-select.ll
Commit message (Expand)AuthorAgeFilesLines
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-141-5/+7
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-201-0/+35
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-151-21/+21
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-1/+1
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-3/+21
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-0/+45
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-7/+11
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+325