[llvm] [AMDGPU] Add scheduling stage to rewrite MFMA from VGPR to AGPR (PR #149367)
Lucas Ramirez via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 26 09:18:29 PDT 2025
================
@@ -90,6 +90,36 @@ struct GCNRegPressure {
DynamicVGPRBlockSize));
}
+ unsigned getVGPRSpills(const GCNSubtarget &ST, MachineFunction &MF) {
----------------
lucas-rami wrote:
`ST` redundant with `MF` since it can be queried from the latter?
https://github.com/llvm/llvm-project/pull/149367
More information about the llvm-commits
mailing list