@@ -365,7 +365,7 @@ define i128 @fptosi_f64_to_i128(double %x) {
365
365
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
366
366
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
367
367
; 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
369
369
; GISEL-NEXT: v_mov_b32_e32 v2, v1
370
370
; GISEL-NEXT: .LBB0_9: ; %Flow3
371
371
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -739,7 +739,7 @@ define i128 @fptoui_f64_to_i128(double %x) {
739
739
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
740
740
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
741
741
; 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
743
743
; GISEL-NEXT: v_mov_b32_e32 v2, v1
744
744
; GISEL-NEXT: .LBB1_9: ; %Flow3
745
745
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -1099,7 +1099,7 @@ define i128 @fptosi_f32_to_i128(float %x) {
1099
1099
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
1100
1100
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
1101
1101
; 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
1103
1103
; GISEL-NEXT: v_mov_b32_e32 v2, v1
1104
1104
; GISEL-NEXT: .LBB2_9: ; %Flow3
1105
1105
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
@@ -1459,7 +1459,7 @@ define i128 @fptoui_f32_to_i128(float %x) {
1459
1459
; GISEL-NEXT: v_or3_b32 v2, v2, v11, v12
1460
1460
; GISEL-NEXT: v_or3_b32 v0, v0, v13, v1
1461
1461
; 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
1463
1463
; GISEL-NEXT: v_mov_b32_e32 v2, v1
1464
1464
; GISEL-NEXT: .LBB3_9: ; %Flow3
1465
1465
; GISEL-NEXT: s_or_b64 exec, exec, s[6:7]
0 commit comments