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/X86/inline-asm-fpstack.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/X86/inline-asm-fpstack.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-fpstack.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll index 1e180476793..b107aa09d25 100644 --- a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll +++ b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll @@ -162,7 +162,6 @@ define void @testPR4459(x86_fp80 %a) { ; CHECK-NEXT: fstpt (%esp) ; CHECK-NEXT: calll _ceil ; CHECK-NEXT: fld %st(0) -; CHECK-NEXT: fxch %st(1) ; CHECK-NEXT: ## InlineAsm Start ; CHECK-NEXT: fistpl %st(0) ; CHECK-NEXT: ## InlineAsm End |