summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SROA/phi-and-select.ll
Commit message (Expand)AuthorAgeFilesLines
* SROA: Allow eliminating addrspacecasted allocasMatt Arsenault2019-06-141-0/+50
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+646
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-646/+0
* [Analysis] Fix isSafeToLoadUnconditionally handling of volatile.Eli Friedman2019-01-241-0/+12
* [SROA] Fix alignment for uses of PHI nodes.Eli Friedman2018-08-301-0/+32
* [SROA] Fix a nasty pile of bugs to do with big-endian, different allocaChandler Carruth2015-07-221-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-33/+33
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-19/+19
* SROA: Don't insert instructions before a PHIDavid Majnemer2014-09-011-0/+34
* [SROA] Fold a PHI node if all its incoming values are the sameJingyue Wu2014-08-221-0/+65
* 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
OpenPOWER on IntegriCloud