aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/zext-bool-add-sub.ll
Commit message (Expand)AuthorAgeFilesLines
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-211-2/+2
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-261-26/+13
* 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
* Fix bug in run-line.Eli Friedman2009-07-131-3/+1
* Canonicalize boolean +/- a constant to a select.Eli Friedman2009-07-131-0/+31