summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/X86/pr32282.ll2
-rw-r--r--llvm/test/CodeGen/X86/scalar-fp-to-i64.ll28
2 files changed, 15 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/X86/pr32282.ll b/llvm/test/CodeGen/X86/pr32282.ll
index 7398974b354..c1f442d41bf 100644
--- a/llvm/test/CodeGen/X86/pr32282.ll
+++ b/llvm/test/CodeGen/X86/pr32282.ll
@@ -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@PLT
+; X86-NEXT: calll __divdi3
; X86-NEXT: addl $16, %esp
; X86-NEXT: .cfi_adjust_cfa_offset -16
; X86-NEXT: orl %eax, %edx
diff --git a/llvm/test/CodeGen/X86/scalar-fp-to-i64.ll b/llvm/test/CodeGen/X86/scalar-fp-to-i64.ll
index cb2cce1c771..b94bee2a86c 100644
--- a/llvm/test/CodeGen/X86/scalar-fp-to-i64.ll
+++ b/llvm/test/CodeGen/X86/scalar-fp-to-i64.ll
@@ -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@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@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@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@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@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@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@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@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@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@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@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@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@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@PLT
+; X87_LIN-NEXT: calll __fixtfdi
; X87_LIN-NEXT: addl $28, %esp
; X87_LIN-NEXT: retl
%r = fptosi fp128 %a to i64
OpenPOWER on IntegriCloud