[all-commits] [llvm/llvm-project] 7b0003: [AArch64] Prepare for split ZPR and PPR area alloc...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Thu Jun 26 02:17:28 PDT 2025
Branch: refs/heads/users/MacDue/prepare_split
Home: https://github.com/llvm/llvm-project
Commit: 7b0003f249619b6b584d8a6501a2c6048deb1843
https://github.com/llvm/llvm-project/commit/7b0003f249619b6b584d8a6501a2c6048deb1843
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-06-26 (Thu, 26 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.
Commit: 8d71ee37940e00bc60fc0001677c89fa26c0afab
https://github.com/llvm/llvm-project/commit/8d71ee37940e00bc60fc0001677c89fa26c0afab
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Log Message:
-----------
Rename StackID
Change-Id: Ibdf1ed80c9e5048bd0d96edb77f90b39c673b66e
Compare: https://github.com/llvm/llvm-project/compare/55bd461f342d...8d71ee37940e
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