[PATCH] D146463: [CodeGen][RISCV] Change Shadow Call Stack Register to S11
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 16:13:46 PDT 2023
paulkirth marked 2 inline comments as done.
paulkirth added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:58
const auto *RVFI = MF.getInfo<RISCVMachineFunctionInfo>();
if (RVFI->useSaveRestoreLibCalls(MF)) {
----------------
craig.topper wrote:
> Can you add a FIXME here? Using x27 should hopefully remove this restriction
I've added the FIXME, but do we just want to remove this now? or is there some issues or chang under review I can ref in the FIXME?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146463/new/
https://reviews.llvm.org/D146463
More information about the llvm-commits
mailing list