[llvm-commits] [llvm] r130418 - /llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll

Eli Friedman eli.friedman at gmail.com
Thu Apr 28 11:20:24 PDT 2011


Author: efriedma
Date: Thu Apr 28 13:20:24 2011
New Revision: 130418

URL: http://llvm.org/viewvc/llvm-project?rev=130418&view=rev
Log:
Actually revert r130348 correctly.


Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll?rev=130418&r1=130417&r2=130418&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll Thu Apr 28 13:20:24 2011
@@ -239,19 +239,6 @@
 ; 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 @@
 ; 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





More information about the llvm-commits mailing list