[PATCH] D125094: [ARM][Thumb] Command-line option to ensure AAPCS compliant Frame Records
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 09:27:43 PDT 2022
pratlucas marked 2 inline comments as done.
pratlucas added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMFrameLowering.cpp:732
+ // AAPCS requires use of R11, and PACBTI gets in the way of regular pushes,
+ // so FP ends up on area two.
if (HasFP) {
----------------
efriedma wrote:
> I guess this is related to this patch because it involves the interaction of PACBTI with -mframe_chain ? (Without this patch, PACBTI doesn't exist on any targets where the frame pointer is in r11.) I'm fine leaving it to a followup, though.
Sounds good. I'm going to address that on a followup patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125094/new/
https://reviews.llvm.org/D125094
More information about the llvm-commits
mailing list