[PATCH] D158871: [CodeGen][AArch64] Precommit tests for D156767 (NFC)

Daniel Hoekwater via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 10:17:27 PDT 2023


dhoekwater added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/branch-relax-cross-section.mir:493-496
+frameInfo:
+  stackSize:       112
+  maxAlignment:    16
+stack:
----------------
dhoekwater wrote:
> mingmingl wrote:
> > For my information, are 'frameInfo'/'stack' used here? If not, maybe simplify the test case a little bit. https://llvm.org/docs/MIRLangRef.html#simplifying-mir-files has some general tips; and some of them might be already applied here.
> I didn't know about that document, thanks for sharing! I've applied some of the tips in it to simplify the test further.
To confirm: `frameInfo/stack` isn't used here. Removed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158871/new/

https://reviews.llvm.org/D158871



More information about the llvm-commits mailing list