Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / LoopIndexSplit / 2009-03-30-undef.ll
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...