aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/logical-select.ll
Commit message (Expand)AuthorAgeFilesLines
* The transform is:Bill Wendling2013-02-161-20/+10
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-301-10/+20
* fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner2010-02-051-1/+3
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-241-4/+16
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Handle the case where there is no "not". It is possible it got Chris Lattner2008-11-161-1/+12
* make this actually test what it is trying to.Chris Lattner2008-11-161-4/+3
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-301-1/+25
* (A & sext(C)) | (B & ~sext(C) -> C ? A : BDan Gohman2008-10-281-0/+20