Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / SCCP / 2006-12-04-PackedType.ll
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-04-15 Reid SpencerFor PR1319:
2007-02-15 Reid SpencerFor PR1195:
2006-12-31 Reid SpencerFor PR950:
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...