[PATCH] D103435: [PoC][RISCV] Define a symbol flags and a dynamic tag to avoid lazy binding for vector calls.
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 17:42:42 PST 2022
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp:203
+void RISCVAsmPrinter::emitFunctionEntryLabel() {
+ const RISCVMachineFunctionInfo *RVFI =
+ MF->getInfo<RISCVMachineFunctionInfo>();
----------------
RMFI?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103435/new/
https://reviews.llvm.org/D103435
More information about the llvm-commits
mailing list