[clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #180467)

Sameer Sahasrabuddhe via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 23:06:51 PST 2026


================
@@ -1427,6 +1529,49 @@ void WaitcntBrackets::determineWaitForScore(InstCounterType T,
   }
 }
 
+AMDGPU::Waitcnt WaitcntBrackets::determineAsyncWait(unsigned N) {
----------------
ssahasra wrote:

`N` corresponds to the the text use in the actual specification. It is the most meaningful choice at this point.

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


More information about the cfe-commits mailing list