File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -global-isel=1 -mattr=+x87,+sse,+sse2 -o - | FileCheck %s -check-prefixes=GISEL
8
8
9
9
define float @test_float_abs (float %arg ) {
10
- ; X64-LABEL: test_float_abs:
11
- ; X64: # %bb.0:
12
- ; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
13
- ; X64-NEXT: retq
10
+ ; SDAG- X64-LABEL: test_float_abs:
11
+ ; SDAG- X64: # %bb.0:
12
+ ; SDAG- X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
13
+ ; SDAG- X64-NEXT: retq
14
14
;
15
15
; X86-LABEL: test_float_abs:
16
16
; X86: # %bb.0:
@@ -34,10 +34,10 @@ define float @test_float_abs(float %arg) {
34
34
}
35
35
36
36
define double @test_double_abs (double %arg ) {
37
- ; X64-LABEL: test_double_abs:
38
- ; X64: # %bb.0:
39
- ; X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
40
- ; X64-NEXT: retq
37
+ ; SDAG- X64-LABEL: test_double_abs:
38
+ ; SDAG- X64: # %bb.0:
39
+ ; SDAG- X64-NEXT: andps {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0
40
+ ; SDAG- X64-NEXT: retq
41
41
;
42
42
; X86-LABEL: test_double_abs:
43
43
; X86: # %bb.0:
You can’t perform that action at this time.
0 commit comments