[llvm] [AMDGPU] Examine instructions in pending queues during scheduling (PR #147653)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 15:14:30 PDT 2025
================
@@ -68,6 +68,14 @@ static cl::opt<bool> GCNTrackers(
cl::desc("Use the AMDGPU specific RPTrackers during scheduling"),
cl::init(false));
+static cl::opt<bool> ExaminePendingQueue(
----------------
jrbyrnes wrote:
Curious why we want a flag for this?
https://github.com/llvm/llvm-project/pull/147653
More information about the llvm-commits
mailing list