[all-commits] [llvm/llvm-project] 788a25: [AArch64] Break up `AArch64FrameLowering::emitEpil...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Tue Sep 16 01:03:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 788a25a0f71bfa5e5e1c12ad093993b115d10e7a
https://github.com/llvm/llvm-project/commit/788a25a0f71bfa5e5e1c12ad093993b115d10e7a
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64FrameLowering.h
M llvm/lib/Target/AArch64/AArch64PrologueEpilogue.cpp
M llvm/lib/Target/AArch64/AArch64PrologueEpilogue.h
Log Message:
-----------
[AArch64] Break up `AArch64FrameLowering::emitEpilogue` (NFCI) (#157889)
This is much smaller than #157485 (as the epilogue code was already a
reasonable size); however, this change will allow some further tidy up
of methods shared between the prologue and epilogue code (in a follow-up
patch).
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