================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
