InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / add2.ll
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-17 Chris Lattnerfilecheckize
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...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-01-08 Chris LattnerImplement PR1795, an instcombine hack for forming GEPs...
2007-04-16 Reid SpencerFor PR1319:
2007-03-05 Chris Lattnernew testcase