aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/logical-select.ll
AgeCommit message (Expand)Author
2013-02-16The transform is:Bill Wendling
2013-01-30InstCombine: canonicalize sext-and --> selectNadav Rotem
2010-02-05fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner
2010-01-24change the canonical form of "cond ? -1 : 0" to be Chris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-11-16Handle the case where there is no "not". It is possible it got Chris Lattner
2008-11-16make this actually test what it is trying to.Chris Lattner
2008-10-30Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman
2008-10-28(A & sext(C)) | (B & ~sext(C) -> C ? A : BDan Gohman