Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-18-VectorInfLoop.ll
2007-01-26 Reid SpencerFor PR761:
2007-01-18 Chris Lattnernew testcase that causes instcombine to infinitely...