[llvm] [AMDGPU] Change the immediate operand of s_waitcnt_depctr / s_wait_alu (PR #169378)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 00:08:07 PST 2025
================
@@ -63,7 +63,7 @@ body: |
; GCN-LABEL: name: mask_hazard_getpc1
; GCN: $vgpr1 = V_CNDMASK_B32_e64 0, $vgpr1, 0, $vgpr2, $sgpr0_sgpr1, implicit $exec
; GCN-NEXT: $sgpr0_sgpr1 = S_GETPC_B64
- ; GCN-NEXT: S_WAITCNT_DEPCTR 65534
+ ; GCN-NEXT: S_WAITCNT_DEPCTR 65438
----------------
jayfoad wrote:
It's changing from fffe to ff9e because the unused bits 5 and 6 are now set to 0. This is the same as all the other changes for gfx1030+.
https://github.com/llvm/llvm-project/pull/169378
More information about the llvm-commits
mailing list