[llvm] r324304 - Update test expectations after reverting PLT change
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 16:56:07 PST 2018
Author: rnk
Date: Mon Feb 5 16:56:06 2018
New Revision: 324304
URL: http://llvm.org/viewvc/llvm-project?rev=324304&view=rev
Log:
Update test expectations after reverting PLT change
Modified:
llvm/trunk/test/CodeGen/X86/pr32282.ll
llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll
Modified: llvm/trunk/test/CodeGen/X86/pr32282.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr32282.ll?rev=324304&r1=324303&r2=324304&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr32282.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr32282.ll Mon Feb 5 16:56:06 2018
@@ -41,7 +41,7 @@ define void @foo() {
; X86-NEXT: .cfi_adjust_cfa_offset 4
; X86-NEXT: pushl $0
; X86-NEXT: .cfi_adjust_cfa_offset 4
-; X86-NEXT: calll __divdi3 at PLT
+; X86-NEXT: calll __divdi3
; X86-NEXT: addl $16, %esp
; X86-NEXT: .cfi_adjust_cfa_offset -16
; X86-NEXT: orl %eax, %edx
Modified: llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll?rev=324304&r1=324303&r2=324304&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll Mon Feb 5 16:56:06 2018
@@ -1435,7 +1435,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; AVX512_32_LIN-NEXT: subl $28, %esp
; AVX512_32_LIN-NEXT: vmovaps {{[0-9]+}}(%esp), %xmm0
; AVX512_32_LIN-NEXT: vmovups %xmm0, (%esp)
-; AVX512_32_LIN-NEXT: calll __fixunstfdi at PLT
+; AVX512_32_LIN-NEXT: calll __fixunstfdi
; AVX512_32_LIN-NEXT: addl $28, %esp
; AVX512_32_LIN-NEXT: retl
;
@@ -1449,7 +1449,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; AVX512_64_LIN-LABEL: t_to_u64:
; AVX512_64_LIN: # %bb.0:
; AVX512_64_LIN-NEXT: pushq %rax
-; AVX512_64_LIN-NEXT: callq __fixunstfdi at PLT
+; AVX512_64_LIN-NEXT: callq __fixunstfdi
; AVX512_64_LIN-NEXT: popq %rcx
; AVX512_64_LIN-NEXT: retq
;
@@ -1470,7 +1470,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; SSE3_32_LIN-NEXT: calll __fixunstfdi at PLT
+; SSE3_32_LIN-NEXT: calll __fixunstfdi
; SSE3_32_LIN-NEXT: addl $28, %esp
; SSE3_32_LIN-NEXT: retl
;
@@ -1484,7 +1484,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; SSE3_64_LIN-LABEL: t_to_u64:
; SSE3_64_LIN: # %bb.0:
; SSE3_64_LIN-NEXT: pushq %rax
-; SSE3_64_LIN-NEXT: callq __fixunstfdi at PLT
+; SSE3_64_LIN-NEXT: callq __fixunstfdi
; SSE3_64_LIN-NEXT: popq %rcx
; SSE3_64_LIN-NEXT: retq
;
@@ -1505,7 +1505,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; SSE2_32_LIN-NEXT: calll __fixunstfdi at PLT
+; SSE2_32_LIN-NEXT: calll __fixunstfdi
; SSE2_32_LIN-NEXT: addl $28, %esp
; SSE2_32_LIN-NEXT: retl
;
@@ -1519,7 +1519,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; SSE2_64_LIN-LABEL: t_to_u64:
; SSE2_64_LIN: # %bb.0:
; SSE2_64_LIN-NEXT: pushq %rax
-; SSE2_64_LIN-NEXT: callq __fixunstfdi at PLT
+; SSE2_64_LIN-NEXT: callq __fixunstfdi
; SSE2_64_LIN-NEXT: popq %rcx
; SSE2_64_LIN-NEXT: retq
;
@@ -1540,7 +1540,7 @@ define i64 @t_to_u64(fp128 %a) nounwind
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; X87_LIN-NEXT: calll __fixunstfdi at PLT
+; X87_LIN-NEXT: calll __fixunstfdi
; X87_LIN-NEXT: addl $28, %esp
; X87_LIN-NEXT: retl
%r = fptoui fp128 %a to i64
@@ -1562,7 +1562,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; AVX512_32_LIN-NEXT: subl $28, %esp
; AVX512_32_LIN-NEXT: vmovaps {{[0-9]+}}(%esp), %xmm0
; AVX512_32_LIN-NEXT: vmovups %xmm0, (%esp)
-; AVX512_32_LIN-NEXT: calll __fixtfdi at PLT
+; AVX512_32_LIN-NEXT: calll __fixtfdi
; AVX512_32_LIN-NEXT: addl $28, %esp
; AVX512_32_LIN-NEXT: retl
;
@@ -1576,7 +1576,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; AVX512_64_LIN-LABEL: t_to_s64:
; AVX512_64_LIN: # %bb.0:
; AVX512_64_LIN-NEXT: pushq %rax
-; AVX512_64_LIN-NEXT: callq __fixtfdi at PLT
+; AVX512_64_LIN-NEXT: callq __fixtfdi
; AVX512_64_LIN-NEXT: popq %rcx
; AVX512_64_LIN-NEXT: retq
;
@@ -1597,7 +1597,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE3_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; SSE3_32_LIN-NEXT: calll __fixtfdi at PLT
+; SSE3_32_LIN-NEXT: calll __fixtfdi
; SSE3_32_LIN-NEXT: addl $28, %esp
; SSE3_32_LIN-NEXT: retl
;
@@ -1611,7 +1611,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; SSE3_64_LIN-LABEL: t_to_s64:
; SSE3_64_LIN: # %bb.0:
; SSE3_64_LIN-NEXT: pushq %rax
-; SSE3_64_LIN-NEXT: callq __fixtfdi at PLT
+; SSE3_64_LIN-NEXT: callq __fixtfdi
; SSE3_64_LIN-NEXT: popq %rcx
; SSE3_64_LIN-NEXT: retq
;
@@ -1632,7 +1632,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; SSE2_32_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; SSE2_32_LIN-NEXT: calll __fixtfdi at PLT
+; SSE2_32_LIN-NEXT: calll __fixtfdi
; SSE2_32_LIN-NEXT: addl $28, %esp
; SSE2_32_LIN-NEXT: retl
;
@@ -1646,7 +1646,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; SSE2_64_LIN-LABEL: t_to_s64:
; SSE2_64_LIN: # %bb.0:
; SSE2_64_LIN-NEXT: pushq %rax
-; SSE2_64_LIN-NEXT: callq __fixtfdi at PLT
+; SSE2_64_LIN-NEXT: callq __fixtfdi
; SSE2_64_LIN-NEXT: popq %rcx
; SSE2_64_LIN-NEXT: retq
;
@@ -1667,7 +1667,7 @@ define i64 @t_to_s64(fp128 %a) nounwind
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
; X87_LIN-NEXT: pushl {{[0-9]+}}(%esp)
-; X87_LIN-NEXT: calll __fixtfdi at PLT
+; X87_LIN-NEXT: calll __fixtfdi
; X87_LIN-NEXT: addl $28, %esp
; X87_LIN-NEXT: retl
%r = fptosi fp128 %a to i64
More information about the llvm-commits
mailing list