[all-commits] [llvm/llvm-project] 55bd46: [AArch64] Prepare for split ZPR and PPR area alloc...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Wed Jun 25 04:10:54 PDT 2025
Branch: refs/heads/users/MacDue/prepare_split
Home: https://github.com/llvm/llvm-project
Commit: 55bd461f342d5dcca49b2bac2f2142be9214823a
https://github.com/llvm/llvm-project/commit/55bd461f342d5dcca49b2bac2f2142be9214823a
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64FrameLowering.h
M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
Log Message:
-----------
[AArch64] Prepare for split ZPR and PPR area allocation (NFCI)
This patch attempts to refactor AArch64FrameLowering to allow the size
of the ZPR and PPR areas to be calculated separately. This will be used
by a subsequent patch to support allocating ZPRs and PPRs to separate
areas. This patch should be an NFC and is split out to make later
functional changes easier to spot.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list