================
@@ -1427,6 +1529,49 @@ void WaitcntBrackets::determineWaitForScore(InstCounterType T,
}
}
+AMDGPU::Waitcnt WaitcntBrackets::determineAsyncWait(unsigned N) {
----------------
vporpo wrote:
Please use a better name for N.
https://github.com/llvm/llvm-project/pull/180467