summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/zext-or-icmp.ll
Commit message (Expand)AuthorAge
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* 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
* Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng2008-03-24