summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2014-11-19 23:21:20 +0000
committerChad Rosier <mcrosier@codeaurora.org>2014-11-19 23:21:20 +0000
commit90a2f9b1103733dace968461c0715be10e6d7f41 (patch)
tree5eba1b4f44b7ddc78718ade9d60212305b8e14f0 /llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
parent36577d037f7bf7cdddb2e1f6cce62c52aee04a14 (diff)
downloadbcm5719-llvm-90a2f9b1103733dace968461c0715be10e6d7f41.tar.gz
bcm5719-llvm-90a2f9b1103733dace968461c0715be10e6d7f41.zip
Revert "[Reassociate] As the expression tree is rewritten make sure the operands are"
This reverts commit r222142. This is causing/exposing an execution-time regression in spec2006/gcc and coremark on AArch64/A57/Ofast. Conflicts: test/Transforms/Reassociate/optional-flags.ll llvm-svn: 222398
Diffstat (limited to 'llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll')
-rw-r--r--llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll b/llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
index e7e1ce842fe..5f3c9209aed 100644
--- a/llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
+++ b/llvm/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
@@ -2,7 +2,7 @@
define i32 @test1(i32 %A, i32 %B) {
; CHECK-LABEL: test1
-; CHECK: %Z = add i32 %A, %B
+; CHECK: %Z = add i32 %B, %A
; CHECK: ret i32 %Z
%W = add i32 %B, -5
%Y = add i32 %A, 5
OpenPOWER on IntegriCloud