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
..
2014-10-16 20:00:02 +00:00
2014-11-04 05:17:58 +00:00
2014-11-03 23:19:16 +00:00
2014-09-12 17:55:16 +00:00
2014-10-16 20:00:02 +00:00
2014-08-13 20:31:53 +00:00