[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)
Eli Friedman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 3 15:12:47 PDT 2025
================
@@ -57,7 +57,8 @@ class AArch64FrameLowering : public TargetFrameLowering {
StackOffset resolveFrameOffsetReference(const MachineFunction &MF,
int64_t ObjectOffset, bool isFixed,
bool isSVE, Register &FrameReg,
- bool PreferFP, bool ForSimm) const;
+ bool PreferFP, bool ForSimm,
+ int64_t FI = -1) const;
----------------
efriedma-quic wrote:
resolveFrameOffsetReference only has three callers; I'm not sure you're getting much by using a default argument here.
https://github.com/llvm/llvm-project/pull/142392
More information about the llvm-branch-commits
mailing list