[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


================
@@ -1068,6 +1068,14 @@ class SchedBoundary {
   /// Dump the state of the information that tracks resource usage.
   void dumpReservedCycles() const;
   void dumpScheduledState() const;
+
+  void bumpCycleUntilReleaseSUFromPending(SUnit *SU, unsigned ReadyListLimit) {
----------------
wangpc-pp wrote:

Add a description please. :-)

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


More information about the llvm-commits mailing list