diff options
author | Geoff Berry <gberry@codeaurora.org> | 2017-08-18 01:43:11 +0000 |
---|---|---|
committer | Geoff Berry <gberry@codeaurora.org> | 2017-08-18 01:43:11 +0000 |
commit | bd47e8a4f7553e8f1fba20591e5cf75d23e82e88 (patch) | |
tree | e69832087dd0fdf9abdb9edc7ead198c1038e2df /llvm/test/CodeGen/X86/inline-asm-fpstack.ll | |
parent | a42719406f4d88ad4c1200d742fd703387c6f139 (diff) | |
download | bcm5719-llvm-bd47e8a4f7553e8f1fba20591e5cf75d23e82e88.tar.gz bcm5719-llvm-bd47e8a4f7553e8f1fba20591e5cf75d23e82e88.zip |
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" round 2
This reverts commit r311135.
sanitizer-x86_64-linux-android buildbot is timing out with just this
patch applied.
llvm-svn: 311142
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 |