[PATCH] D72366: [AArch64] Stack frame reordering.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 22:00:44 PDT 2020


eugenis added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:3451-3452
+
+  LLVM_DEBUG(dbgs() << "Final frame order:\n"; for (auto &Obj
+                                                    : FrameObjects) {
+    if (!Obj.IsValid)
----------------
nickdesaulniers wrote:
> What happened with the formatting here?
clang-format happened :)
Does it change if you reformat it?

I can move it to a helper function.



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