[llvm] [MachineScheduler][AMDGPU] Allow scheduling of single-MI regions (PR #128739)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 19:21:58 PST 2025
================
@@ -124,6 +124,9 @@ namespace llvm {
/// rescheduling).
bool RemoveKillFlags;
+ /// True if regions with a single MI should be scheduled.
+ bool ScheduleSingleMIRegions = false;
----------------
arsenm wrote:
Over-configuration? Can you just unconditionally do this?
https://github.com/llvm/llvm-project/pull/128739
More information about the llvm-commits
mailing list