Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / LoopIndexSplit / OneIterLoop2-2007-08-17.ll
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2007-08-17 Devang PatelAdd loop index split tests.