summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-x86-64.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-28 18:20:24 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-28 18:20:24 +0000
commit3fb6e002385db1632a1678ca56e5c71c2687fd0c (patch)
tree30558199a8006d9d6518c1bcd58d391319866bd8 /test/CodeGen/X86/fast-isel-x86-64.ll
parent0a9e3d613bbbd8c47f4edf6841f566fa22775932 (diff)
downloadllvm-3fb6e002385db1632a1678ca56e5c71c2687fd0c.tar.gz
llvm-3fb6e002385db1632a1678ca56e5c71c2687fd0c.tar.bz2
llvm-3fb6e002385db1632a1678ca56e5c71c2687fd0c.tar.xz
Actually revert r130348 correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel-x86-64.ll')
-rw-r--r--test/CodeGen/X86/fast-isel-x86-64.ll28
1 files changed, 1 insertions, 27 deletions
diff --git a/test/CodeGen/X86/fast-isel-x86-64.ll b/test/CodeGen/X86/fast-isel-x86-64.ll
index 1bc25d9565..a810af5c78 100644
--- a/test/CodeGen/X86/fast-isel-x86-64.ll
+++ b/test/CodeGen/X86/fast-isel-x86-64.ll
@@ -239,19 +239,6 @@ define void @test19(double* %p1) {
; CHECK: pxor
}
-; Check that we fast-isel sret
-%struct.a = type { i64, i64, i64 }
-define void @test20() nounwind ssp {
-entry:
- %tmp = alloca %struct.a, align 8
- call void @test20sret(%struct.a* sret %tmp)
- ret void
-; CHECK: test20:
-; CHECK: leaq (%rsp), %rdi
-; CHECK: callq _test20sret
-}
-declare void @test20sret(%struct.a* sret)
-
; Check that -0.0 is not materialized using pxor
define void @test21(double* %p1) {
store double -0.0, double* %p1
@@ -259,17 +246,4 @@ define void @test21(double* %p1) {
; CHECK: test21:
; CHECK-NOT: pxor
; CHECK: movsd LCPI
-}
-
-; Check that we fast-isel sret
-%struct.a = type { i64, i64, i64 }
-define void @test20() nounwind ssp {
-entry:
- %tmp = alloca %struct.a, align 8
- call void @test20sret(%struct.a* sret %tmp)
- ret void
-; CHECK: test20:
-; CHECK: leaq (%rsp), %rdi
-; CHECK: callq _test20sret
-}
-declare void @test20sret(%struct.a* sret)
+} \ No newline at end of file