[llvm] [AMDGPU] Prefer lower total register usage in regions with spilling (PR #71882)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 18:35:03 PST 2023
================
@@ -115,7 +119,19 @@ bool GCNRegPressure::less(const GCNSubtarget &ST,
SGPRImportant = false;
}
- // compare large regs pressure
+ // In regions with spilling, we should give prefernce to the schedule with
----------------
arsenm wrote:
Typo prefernce
https://github.com/llvm/llvm-project/pull/71882
More information about the llvm-commits
mailing list