[PATCH] D136263: [RISCV] Generate .cfi_def_cfa_expression for RVV stack adjustment
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 01:53:33 PDT 2022
kito-cheng accepted this revision.
kito-cheng added a comment.
This revision is now accepted and ready to land.
LGTM with a nit, verified with `-march=rv64gcv`/`-mabi=lp64d`
================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:441
+}
void RISCVFrameLowering::emitPrologue(MachineFunction &MF,
MachineBasicBlock &MBB) const {
----------------
nit: one empty line between functions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136263/new/
https://reviews.llvm.org/D136263
More information about the llvm-commits
mailing list