[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)
Benjamin Maxwell via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 29 07:34:34 PDT 2025
================
@@ -4376,8 +4625,7 @@ static bool getSVECalleeSaveSlotRange(const MachineFrameInfo &MFI,
}
static SVEStackSizes determineSVEStackSizes(MachineFunction &MF,
- AssignObjectOffsets AssignOffsets,
- bool SplitSVEObjects) {
+ AssignObjectOffsets AssignOffsets) {
----------------
MacDue wrote:
Why do we want to make this `void`? This change is a follow up to: https://github.com/llvm/llvm-project/pull/142391#discussion_r2198141300
https://github.com/llvm/llvm-project/pull/142392
More information about the llvm-branch-commits
mailing list