[clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #180467)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 09:20:44 PST 2026
================
@@ -1427,6 +1529,49 @@ void WaitcntBrackets::determineWaitForScore(InstCounterType T,
}
}
+AMDGPU::Waitcnt WaitcntBrackets::determineAsyncWait(unsigned N) {
----------------
vporpo wrote:
It might be a good name for the specification, but reading this code I have no idea what N is. Please add a comment at least.
https://github.com/llvm/llvm-project/pull/180467
More information about the cfe-commits
mailing list