[PATCH] D125462: [llvm-readobj] [COFF] Fix the printout for ARM64 packed homed parameters
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 12:49:54 PDT 2022
mstorsjo added a comment.
In D125462#3509319 <https://reviews.llvm.org/D125462#3509319>, @efriedma wrote:
> There definitely can't be a gap between the homing area and the stack arguments. Are we sure there's a gap between the homing area and the saved registers, as opposed to putting the saved registers flush against the homing area?
>
> If we're sure, LGTM
Yep, I've verified that the saved registers are saved aligned to the bottom of the stack even in this case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125462/new/
https://reviews.llvm.org/D125462
More information about the llvm-commits
mailing list