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/statepoint-stack-usage.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/statepoint-stack-usage.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/statepoint-stack-usage.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/statepoint-stack-usage.ll b/llvm/test/CodeGen/X86/statepoint-stack-usage.ll index 73b0d6a1807..6e7fc7bf1c0 100644 --- a/llvm/test/CodeGen/X86/statepoint-stack-usage.ll +++ b/llvm/test/CodeGen/X86/statepoint-stack-usage.ll @@ -61,9 +61,9 @@ define i32 @back_to_back_deopt(i32 %a, i32 %b, i32 %c) #1 gc "statepoint-example" { ; CHECK-LABEL: back_to_back_deopt ; The exact stores don't matter, but there need to be three stack slots created -; CHECK-DAG: movl %edi, 12(%rsp) -; CHECK-DAG: movl %esi, 8(%rsp) -; CHECK-DAG: movl %edx, 4(%rsp) +; CHECK-DAG: movl %ebx, 12(%rsp) +; CHECK-DAG: movl %ebp, 8(%rsp) +; CHECK-DAG: movl %r14d, 4(%rsp) ; CHECK: callq ; CHECK-DAG: movl %ebx, 12(%rsp) ; CHECK-DAG: movl %ebp, 8(%rsp) |

