summaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedValuePropagation/basic.ll
Commit message (Expand)AuthorAge
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-24
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-24
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-09
* Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson2010-10-29
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Add PR number to test.Owen Anderson2010-09-03
* Rename test directory to reflect new pass name.Owen Anderson2010-08-31