InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / apint-call-cast-target.ll
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-06-01 Duncan SandsWhen simplifying a call to a bitcast function, tighten up
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-23 Reid SpencerAdd test case for testing InstCombine with arbitrary...