aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA/phi-and-select.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-52/+52
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+99
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-241-0/+37
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-241-0/+37
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-16/+16
* 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