[InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C)
[oota-llvm.git] / test / Transforms / InstCombine / 2007-03-21-SignedRangeTest.ll
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2007-04-14 Reid SpencerFor PR1319:
2007-03-22 Reid SpencerMake this test actually match the generated code.
2007-03-22 Reid SpencerTest case for PR1248