[llvm] [MachineScheduler][AMDGPU] Allow scheduling of single-MI regions (PR #128739)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 01:53:29 PST 2025


================
@@ -780,7 +780,7 @@ void MachineSchedulerBase::scheduleRegions(ScheduleDAGInstrs &Scheduler,
       Scheduler.enterRegion(&*MBB, I, RegionEnd, NumRegionInstrs);
 
       // Skip empty scheduling regions (0 or 1 schedulable instructions).
----------------
arsenm wrote:

Adjust the comment to explain why this shouldn't skip 1 sized regions. Also adjust the patch description 

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


More information about the llvm-commits mailing list