[PATCH] D98258: [ARM] Add comment explaining stack frame layout
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 06:47:44 PST 2021
ostannard created this revision.
ostannard added reviewers: kristof.beyls, tmatheson.
Herald added subscribers: danielkiss, hiraditya.
ostannard requested review of this revision.
Herald added a project: LLVM.
Add a comment explaining how we lay out stack frames for ARM targets, based on the existing one for AArch64. Also expand the comment to explain reserved call frames for both architectures.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98258
Files:
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/lib/Target/ARM/ARMFrameLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98258.329321.patch
Type: text/x-patch
Size: 6003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/7b7d9cba/attachment.bin>
More information about the llvm-commits
mailing list