diff options
author | Sam McCall <sam.mccall@gmail.com> | 2017-09-04 15:47:00 +0000 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2017-09-04 15:47:00 +0000 |
commit | f71bb198edbaa0758a5ff58a49ed2fad58c92796 (patch) | |
tree | 0c030e5615b6d7583743ce6e2c93ba50b6eec61c /llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll | |
parent | ee5dc70c7901142f8800cf63cf94dc84e925c5fa (diff) | |
download | bcm5719-llvm-f71bb198edbaa0758a5ff58a49ed2fad58c92796.tar.gz bcm5719-llvm-f71bb198edbaa0758a5ff58a49ed2fad58c92796.zip |
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.
llvm-svn: 312490
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll b/llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll index d06edd66b24..aa944a8d464 100644 --- a/llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll +++ b/llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll @@ -75,7 +75,7 @@ entry: ; CHECK-DAG: mr [[REG:[0-9]+]], 3 ; CHECK-DAG: li 0, 1076 -; CHECK-DAG: stw 3, +; CHECK: stw [[REG]], ; CHECK: #APP ; CHECK: sc |