[Reassociate] Canonicalize negative constants out of expressions.
[oota-llvm.git] / test / Transforms / Reassociate / fast-basictest.ll
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...