[InstCombine] Clear out nsw/nuw if we modify computation in the chain
[oota-llvm.git] / test / Transforms / InstCombine / zext-or-icmp.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...