Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow...
[oota-llvm.git] / test / CodeGen / X86 / smul-with-overflow-2.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...