[llvm] [MachineScheduler][RISCV] Release the pending queue base on condition (PR #125468)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 9 23:05:52 PST 2025


================
@@ -3656,6 +3660,37 @@ void GenericScheduler::pickNodeFromQueue(SchedBoundary &Zone,
   }
 }
 
+void GenericScheduler::bumpCycleUntilReleaseSUFromPending(bool IsTop) {
+  if (!DAG->isTrackingPressure())
+    return;
+  auto releasePending = [&](ReadyQueue &Q, const RegPressureTracker &RegP,
----------------
wangpc-pp wrote:

releasePending -> ReleasePending

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


More information about the llvm-commits mailing list