[llvm] [AMDGPU][NFC] Minor source cleanups in SIInsertWaitcnts (PR #181095)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 17 00:25:29 PST 2026
================
@@ -1002,6 +1002,15 @@ class WaitcntBrackets {
// State of all counters at each async mark encountered so far.
SmallVector<CounterValueArray> AsyncMarks;
+
+ // For each backedge in isolation, the algorithm reachs a fixed point after
+ // the first call to merge(). This is unchanged even with the AsyncMarks
----------------
ssahasra wrote:
Removed that part of the comment.
https://github.com/llvm/llvm-project/pull/181095
More information about the llvm-commits
mailing list