[llvm] [Doc][AMDGPU] Document the waitcnts required before SCOPE_SYS stores on GFX12 (PR #156424)

Tony Tye via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 07:47:16 PDT 2025


================
@@ -15255,7 +15276,9 @@ the instruction in the code sequence that references the table.
                                                             | ``s_wait_storecnt 0x0``
                                                             | ``s_wait_loadcnt 0x0``
                                                             | ``s_wait_dscnt 0x0``
+                                                            | ``s_wait_kmcnt 0x0``
----------------
t-tye wrote:

For consistency should these be listed in the same order as the changes above?

https://github.com/llvm/llvm-project/pull/156424


More information about the llvm-commits mailing list