[clang] [llvm] [AMDGPU][SIInsertWaitcnt] Implement Waitcnt Expansion for Profiling (PR #169345)

Pankaj Dwivedi via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 5 08:28:51 PST 2026


================
@@ -63,6 +63,11 @@ static cl::opt<bool> ForceEmitZeroLoadFlag(
     cl::desc("Force all waitcnt load counters to wait until 0"),
     cl::init(false), cl::Hidden);
 
+static cl::opt<bool> ExpandWaitcntProfiling(
----------------
PankajDwivedi-25 wrote:

I have updated it, please have a look.

https://github.com/llvm/llvm-project/pull/169345


More information about the cfe-commits mailing list