summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fma-mutate.ll
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2017-09-04 15:47:00 +0000
committerSam McCall <sam.mccall@gmail.com>2017-09-04 15:47:00 +0000
commitc7c869be7ee3b323ac48469bee8d374ee1e1eda4 (patch)
treeec33cc1db221b40e17d9ff47ada43e867137c84c /test/CodeGen/PowerPC/fma-mutate.ll
parenta78328c441f8dbf57fb7c529959ddf7b1aa22081 (diff)
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding""
This crashes on boringSSL on PPC (will send reduced testcase) This reverts commit r312328. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312490 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
}