summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/logical-select.ll
Commit message (Expand)AuthorAge
* The transform is:Bill Wendling2013-02-16
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-30
* fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner2010-02-05
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-24
* 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
* Handle the case where there is no "not". It is possible it got Chris Lattner2008-11-16
* make this actually test what it is trying to.Chris Lattner2008-11-16
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-30
* (A & sext(C)) | (B & ~sext(C) -> C ? A : BDan Gohman2008-10-28