aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedValuePropagation
AgeCommit message (Expand)Author
2013-02-24CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer
2013-02-24Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer
2012-09-28CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer
2012-06-28make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes
2012-06-28make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes
2012-05-18allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes
2012-05-18add test case for bugfix in r157032Nuno Lopes
2012-03-09Eliminate switch cases that can never match, for example removes allDuncan Sands
2012-03-02LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-01-16Test for lazy value info's ability to prove the absense of NULLs in pointers.Nick Lewycky
2010-12-15Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson
2010-10-29Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson
2010-09-16Add missing RUN line to this test.Owen Anderson
2010-09-16It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson
2010-09-16Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson
2010-09-03Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson
2010-09-03Add PR number to test.Owen Anderson
2010-09-02Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson
2010-09-02Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson
2010-08-31Rename test directory to reflect new pass name.Owen Anderson