Skip to content

Commit 799ff37

Browse files
committed
use v_mov_b32
1 parent 01480d7 commit 799ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ def : GCNPat<
31063106

31073107
def : GCNPat<
31083108
(i64 (DivergentUnaryFrag<zext> i16:$src)),
3109-
(REG_SEQUENCE VReg_64, $src, lo16, (V_MOV_B16_t16_e64 0, (i16 0), 0), hi16, (S_MOV_B32 (i32 0)), sub1)
3109+
(REG_SEQUENCE VReg_64, $src, lo16, (V_MOV_B16_t16_e64 0, (i16 0), 0), hi16, (V_MOV_B32_e32 (i32 0)), sub1)
31103110
>;
31113111

31123112
def : GCNPat<

0 commit comments

Comments
 (0)