File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ define float @test_float_abs(float %arg) {
12
12
; SDAG-X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
13
13
; SDAG-X64-NEXT: retq
14
14
;
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
20
15
; X64-LABEL: test_float_abs:
21
16
; X64: # %bb.0:
22
17
; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
@@ -56,12 +51,6 @@ define double @test_double_abs(double %arg) {
56
51
; SDAG-X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
57
52
; SDAG-X64-NEXT: retq
58
53
;
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
65
54
; X64-LABEL: test_double_abs:
66
55
; X64: # %bb.0:
67
56
; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
You can’t perform that action at this time.
0 commit comments