Skip to content

Commit 9b5d9a8

Browse files
committed
AMDGPU: Regenerate test checks from c7c561e
The test output changed after initial commit/test in 5f77461
1 parent 7567f5b commit 9b5d9a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/AMDGPU/fptoi.i128.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ define i128 @fptosi_f64_to_i128(double %x) {
365365
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
366366
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
367367
; GISEL-NEXT: v_or3_b32 v1, v2, v13, v1
368-
; GISEL-NEXT: v_add_co_u32_e32 v3, vcc, 0x80000000, v1
368+
; GISEL-NEXT: v_add_u32_e32 v3, 0x80000000, v1
369369
; GISEL-NEXT: v_mov_b32_e32 v2, v1
370370
; GISEL-NEXT: .LBB0_9: ; %Flow3
371371
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -739,7 +739,7 @@ define i128 @fptoui_f64_to_i128(double %x) {
739739
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
740740
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
741741
; GISEL-NEXT: v_or3_b32 v1, v2, v13, v1
742-
; GISEL-NEXT: v_add_co_u32_e32 v3, vcc, 0x80000000, v1
742+
; GISEL-NEXT: v_add_u32_e32 v3, 0x80000000, v1
743743
; GISEL-NEXT: v_mov_b32_e32 v2, v1
744744
; GISEL-NEXT: .LBB1_9: ; %Flow3
745745
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -1099,7 +1099,7 @@ define i128 @fptosi_f32_to_i128(float %x) {
10991099
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
11001100
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
11011101
; GISEL-NEXT: v_or3_b32 v1, v2, v13, v1
1102-
; GISEL-NEXT: v_add_co_u32_e32 v3, vcc, 0x80000000, v1
1102+
; GISEL-NEXT: v_add_u32_e32 v3, 0x80000000, v1
11031103
; GISEL-NEXT: v_mov_b32_e32 v2, v1
11041104
; GISEL-NEXT: .LBB2_9: ; %Flow3
11051105
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -1459,7 +1459,7 @@ define i128 @fptoui_f32_to_i128(float %x) {
14591459
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
14601460
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
14611461
; GISEL-NEXT: v_or3_b32 v1, v2, v13, v1
1462-
; GISEL-NEXT: v_add_co_u32_e32 v3, vcc, 0x80000000, v1
1462+
; GISEL-NEXT: v_add_u32_e32 v3, 0x80000000, v1
14631463
; GISEL-NEXT: v_mov_b32_e32 v2, v1
14641464
; GISEL-NEXT: .LBB3_9: ; %Flow3
14651465
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]

0 commit comments

Comments
 (0)