llvm-6502/test/Transforms/Reassociate
Reid Kleckner 11e6e005b7 Revert "[Reassociate] Canonicalize negative constants out of expressions."
This reverts commit r221171.

It performs this invalid transformation:
-  %div.i = urem i64 -1, %add
-  %sub.i = sub i64 -2, %div.i
+  %div.i = urem i64 1, %add
+  %sub.i1 = add i64 %div.i, -2

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221317 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-04 23:42:45 +00:00
..
2002-05-15-AgressiveSubMove.ll
2002-05-15-MissedTree.ll
2002-05-15-SubReassociate.ll
2002-07-09-DominanceProblem.ll
2003-08-12-InfiniteLoop.ll
2005-09-01-ArrayOutOfBounds.ll
2006-04-27-ReassociateVector.ll
2011-01-26-UseAfterFree.ll
2012-05-08-UndefLeak.ll
2012-06-08-InfiniteLoop.ll
absorption.ll
basictest.ll Revert "[Reassociate] Canonicalize negative constants out of expressions." 2014-11-04 23:42:45 +00:00
crash.ll
fast-AgressiveSubMove.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-ArrayOutOfBounds.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-basictest.ll Reassociate x + -0.1234 * y into x - 0.1234 * y 2014-08-21 10:45:30 +00:00
fast-fp-commute.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-mightymul.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-MissedTree.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-multistep.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-ReassociateVector.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fast-SubReassociate.ll [Reassociation] Add support for reassociation with unsafe algebra. 2014-08-14 15:23:01 +00:00
fp-commute.ll
inverses.ll
liftsign.ll Revert "[Reassociate] Canonicalize negative constants out of expressions." 2014-11-04 23:42:45 +00:00
looptest.ll
mightymul.ll
mulfactor.ll
multistep.ll
negation1.ll Give the Reassociate pass a bit more flexibility and autonomy when optimizing expressions. 2014-10-05 23:41:26 +00:00
negation.ll
no-op.ll
optional-flags.ll
otherops.ll
pr12245.ll
pr21205.ll [Reassociate] Don't canonicalize X - undef to X + (-undef). 2014-10-09 20:06:29 +00:00
repeats.ll
secondary.ll
shift-factor.ll
shifttest.ll
subtest.ll
xor_reassoc.ll