diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-09 00:39:23 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-09 00:39:23 +0000 |
commit | 0b5aa1cdd3946745b54bb33902db391d41e53cd8 (patch) | |
tree | d505d885d7eb22b720c4bdc9ee3c18c8f707520e /llvm/test/CodeGen/X86/fast-isel-loads.ll | |
parent | e6cc0d33bbb378784e6332e810e7c40f350ee1f7 (diff) | |
download | bcm5719-llvm-0b5aa1cdd3946745b54bb33902db391d41e53cd8.tar.gz bcm5719-llvm-0b5aa1cdd3946745b54bb33902db391d41e53cd8.zip |
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
a DBG_VALUE after a terminator, or emitting any instructions before an EH_LABEL.
llvm-svn: 107943
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-loads.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-loads.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-loads.ll b/llvm/test/CodeGen/X86/fast-isel-loads.ll index 027363e4688..2fbb46c0b9f 100644 --- a/llvm/test/CodeGen/X86/fast-isel-loads.ll +++ b/llvm/test/CodeGen/X86/fast-isel-loads.ll @@ -5,7 +5,7 @@ ; CHECK: foo: ; CHECK-NEXT: movq %rdi, -8(%rsp) ; CHECK-NEXT: movq %rsi, -16(%rsp) -; CHECK: movsd 128(%rsi,%rdi,8), %xmm0 +; CHECK-NEXT: movsd 128(%rsi,%rdi,8), %xmm0 ; CHECK-NEXT: ret define double @foo(i64 %x, double* %p) nounwind { |