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) {
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
You can’t perform that action at this time.
0 commit comments