Skip to content

Commit b5f3df9

Browse files
frederik-harsenm
andauthored
Update llvm/test/CodeGen/AMDGPU/sdwa-peephole-cndmask-wave32.mir
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 4b52ec5 commit b5f3df9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ body: |
282282
successors: %bb.1(0x40000000), %bb.2(0x40000000)
283283
liveins: $vgpr0, $sgpr8_sgpr9
284284
285-
%0:sgpr_64(p4) = COPY $sgpr8_sgpr9
286-
%1:vgpr_32(s32) = COPY $vgpr0
287-
%2:sreg_64_xexec = S_LOAD_DWORDX2_IMM %0(p4), 0, 0
285+
%0:sgpr_64 = COPY $sgpr8_sgpr9
286+
%1:vgpr_32 = COPY $vgpr0
287+
%2:sreg_64_xexec = S_LOAD_DWORDX2_IMM %0, 0, 0
288288
S_BITCMP1_B32 %2.sub1, 0, implicit-def $scc
289289
%3:sreg_32_xm0_xexec = S_CSELECT_B32 -1, 0, implicit $scc
290290
%4:vgpr_32 = V_MOV_B32_e32 0, implicit $exec

0 commit comments

Comments
 (0)