Skip to content

Commit 0ed32a7

Browse files
author
mattarde
committed
update test
1 parent 22e2c83 commit 0ed32a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -global-isel=1 -mattr=+x87,+sse,+sse2 -o - | FileCheck %s -check-prefixes=GISEL
88

99
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
1414
;
1515
; X86-LABEL: test_float_abs:
1616
; X86: # %bb.0:
@@ -34,10 +34,10 @@ define float @test_float_abs(float %arg) {
3434
}
3535

3636
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
4141
;
4242
; X86-LABEL: test_double_abs:
4343
; X86: # %bb.0:

0 commit comments

Comments
 (0)