[PATCH] D139414: [RISCV] Emit .variant_cc directives for vector function calls.
Alexey Baturo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 00:48:46 PST 2022
smd added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp:233
+ const auto *RMFI = MF->getInfo<RISCVMachineFunctionInfo>();
+ if (RMFI->isVectorCall()) {
+ auto &RTS =
----------------
Hi,
Could this label printing be extended not only for vector calls, but also for functions that has variant_cc flag set?
I guess this is what I need for D132994 to go further.
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139414/new/
https://reviews.llvm.org/D139414
More information about the llvm-commits
mailing list