Skip to content

Commit 2782568

Browse files
author
mattarde
committed
fix tst
1 parent f35b674 commit 2782568

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/test/CodeGen/X86/isel-fabs.ll

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ define float @test_float_abs(float %arg) {
1212
; SDAG-X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
1313
; SDAG-X64-NEXT: retq
1414
;
15-
; X86-LABEL: test_float_abs:
16-
; X86: # %bb.0:
17-
; X86-NEXT: movl $2147483647, %eax # imm = 0x7FFFFFFF
18-
; X86-NEXT: andl {{[0-9]+}}(%esp), %eax
19-
; X86-NEXT: retl
2015
; X64-LABEL: test_float_abs:
2116
; X64: # %bb.0:
2217
; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
@@ -56,12 +51,6 @@ define double @test_double_abs(double %arg) {
5651
; SDAG-X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
5752
; SDAG-X64-NEXT: retq
5853
;
59-
; X86-LABEL: test_double_abs:
60-
; X86: # %bb.0:
61-
; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
62-
; X86-NEXT: movl $2147483647, %edx # imm = 0x7FFFFFFF
63-
; X86-NEXT: andl {{[0-9]+}}(%esp), %edx
64-
; X86-NEXT: retl
6554
; X64-LABEL: test_double_abs:
6655
; X64: # %bb.0:
6756
; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0

0 commit comments

Comments
 (0)