[llvm] [TRI] Remove reserved registers in getRegPressureSetLimit (PR #118787)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 07:15:12 PST 2024
================
@@ -674,6 +674,50 @@ TargetRegisterInfo::prependOffsetExpression(const DIExpression *Expr,
PrependFlags & DIExpression::EntryValue);
}
+unsigned TargetRegisterInfo::getRegPressureSetLimit(const MachineFunction &MF,
----------------
arsenm wrote:
In follow up could make it a friend private, or add Impl to the name or something
https://github.com/llvm/llvm-project/pull/118787
More information about the llvm-commits
mailing list