summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fma-mutate.ll
diff options
context:
space:
mode:
authorGeoff Berry <gberry@codeaurora.org>2017-08-17 04:04:11 +0000
committerGeoff Berry <gberry@codeaurora.org>2017-08-17 04:04:11 +0000
commita6a5be21dfa2020a133919d7bc96391a620ea5a7 (patch)
tree03409c150d47e784cfc33ef6a390d7c3b199560b /test/CodeGen/PowerPC/fma-mutate.ll
parente042428b3e1d69205ff422e0c328e28f67b3e465 (diff)
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
This reverts commit r311038. Several buildbots are breaking, and at least one appears to be due to the forwarding of physical regs enabled by this change. Reverting while I investigate further. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/fma-mutate.ll')
-rw-r--r--test/CodeGen/PowerPC/fma-mutate.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/fma-mutate.ll b/test/CodeGen/PowerPC/fma-mutate.ll
index 1d4695b3181..633afa45115 100644
--- a/test/CodeGen/PowerPC/fma-mutate.ll
+++ b/test/CodeGen/PowerPC/fma-mutate.ll
@@ -14,8 +14,7 @@ define double @foo3(double %a) nounwind {
ret double %r
; CHECK: @foo3
-; CHECK: fmr [[REG:[0-9]+]], [[REG2:[0-9]+]]
-; CHECK: xsnmsubadp [[REG]], {{[0-9]+}}, [[REG2]]
+; CHECK: xsnmsubadp [[REG:[0-9]+]], {{[0-9]+}}, [[REG]]
; CHECK: xsmaddmdp
; CHECK: xsmaddadp
}