[llvm] [AMDGPU][SIInsertWaitcnts] Track SCC. Insert KM_CNT waits for SCC writes. (PR #157843)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 20:13:00 PDT 2025


================
@@ -121,6 +121,7 @@ struct HardwareLimits {
   DECL(LDS_ACCESS)               /* lds read & write */                        \
   DECL(GDS_ACCESS)               /* gds read & write */                        \
   DECL(SQ_MESSAGE)               /* send message */                            \
+  DECL(SCC_WRITE)                /* write to SCC from barrier */               \
----------------
arsenm wrote:

...Is this the same SCC as the condition register? 

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


More information about the llvm-commits mailing list