[PATCH] D72366: [AArch64] Stack frame reordering.
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 12:22:51 PDT 2020
danielkiss added a comment.
Otherwise I like the idea.
================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:3125
+ int ObjectIndex = 0;
+ // Group ID this object belongs to.
+ int GroupIndex = -1;
----------------
IMHO if the data structure would be vector of vectors of FrameObjects then maybe the whole logic would be a bit simpler, but maybe I missed something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72366/new/
https://reviews.llvm.org/D72366
More information about the llvm-commits
mailing list