summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and2.ll
Commit message (Expand)AuthorAge
* InstCombine: Simplify if(x!=0 && x!=-1).Jim Grosbach2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-19
* Make InstCombiner::FoldAndOfICmps create a ConstantRange that's theAnders Carlsson2011-03-01
* Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.Benjamin Kramer2010-09-10
* convert to filecheck.Chris Lattner2010-02-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Implement a couple of foldings for ordered and unordered comparisons,Chris Lattner2007-10-24