Skip to content

Commit 5a98da9

Browse files
frederik-harsenm
andauthored
Apply suggestions from code review
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 8d7825a commit 5a98da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/sdwa-peephole-cndmask-vop3-wave32.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ body: |
168168
; CHECK-NEXT: SI_RETURN implicit $vgpr0
169169
%0:sreg_32_xm0_xexec = IMPLICIT_DEF
170170
%1:vgpr_32 = IMPLICIT_DEF
171-
%2:sreg_32_xm0_xexec = V_CMP_EQ_U32_e64 undef %0, 0, implicit $exec
172-
%3:vgpr_32 = V_LSHRREV_B32_e64 16, undef %1, implicit $exec
171+
%2:sreg_32_xm0_xexec = V_CMP_EQ_U32_e64 %0, 0, implicit $exec
172+
%3:vgpr_32 = V_LSHRREV_B32_e64 16, %1, implicit $exec
173173
%4:vgpr_32 = V_CNDMASK_B32_e64 1, 0, 0, %3, killed %2, implicit $exec
174174
$vgpr0 = COPY %4
175175
SI_RETURN implicit $vgpr0

0 commit comments

Comments
 (0)