[PATCH] D76570: [AArch64] Homogeneous Prolog and Epilog for Size Optimization

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 21:05:59 PDT 2020


plotfi added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:246
+bool AArch64FrameLowering::producePairRegisters(MachineFunction &MF) const {
+  return produceCompactUnwindFrame(MF) || homogeneousPrologEpilog(MF);
+}
----------------
I think this one could potentially also be a separate NFC as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76570





More information about the llvm-commits mailing list