[clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #173259)
Ryan Mitchell via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 13:21:18 PST 2025
================
@@ -817,6 +856,8 @@ class WaitcntBrackets {
void setScoreByOperand(const MachineOperand &Op, InstCounterType CntTy,
unsigned Val);
+ InstCounterType getAsyncCounterType() const { return LOAD_CNT; }
----------------
RyanRio wrote:
Leftover from previous changes/merges
https://github.com/llvm/llvm-project/pull/173259
More information about the llvm-commits
mailing list