[PATCH] D158623: [RISCV] Reorder the stack frame objects.
lcvon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 07:44:15 PDT 2023
lcvon007 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:613
+ std::reverse(ObjectsToAllocate.begin(), ObjectsToAllocate.end());
+}
+
----------------
wangpc wrote:
> Please add a `LLVM_DEBUG` to print the final frame just like AArch64.
done, thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158623/new/
https://reviews.llvm.org/D158623
More information about the llvm-commits
mailing list