diff options
author | Geoff Berry <gberry@codeaurora.org> | 2018-02-27 16:59:10 +0000 |
---|---|---|
committer | Geoff Berry <gberry@codeaurora.org> | 2018-02-27 16:59:10 +0000 |
commit | a2b901129099b93f20e8cdf41f520e31398c0c4d (patch) | |
tree | dce027ceb74117c28b4d882383b8ebb172de0fd7 /llvm/test/CodeGen/X86/inline-asm-fpstack.ll | |
parent | 3bfa8f01207f907551c8ea39a938e0f2f8ec018b (diff) | |
download | bcm5719-llvm-a2b901129099b93f20e8cdf41f520e31398c0c4d.tar.gz bcm5719-llvm-a2b901129099b93f20e8cdf41f520e31398c0c4d.zip |
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Re-enable commit r323991 now that r325931 has been committed to make
MachineOperand::isRenamable() check more conservative w.r.t. code
changes and opt-in on a per-target basis.
llvm-svn: 326208
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, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll index b6ac8a18b40..1c36d31c480 100644 --- a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll +++ b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll @@ -161,6 +161,7 @@ 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 |