[PATCH] D79141: [RISCV] Better Split Stack Pointer Adjustment for RVC
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 24 15:28:44 PDT 2020
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.h:60
- // Get the first stack adjustment amount for SplitSPAdjust.
- // Return 0 if we don't want to to split the SP adjustment in prologue and
- // epilogue.
- uint64_t getFirstSPAdjustAmount(const MachineFunction &MF) const;
+ /**
+ * Returns if we want to adjust the SP in two adjustments in the prolog and
----------------
lenary wrote:
> asb wrote:
> > Should use a C++ style comment
> Actually I want to keep this as a doc comment, given it's in the header.
So `///` then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79141/new/
https://reviews.llvm.org/D79141
More information about the llvm-commits
mailing list