[PATCH] D154576: [RISCV] RISCV vector calling convention (1/2)
Brandon Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 01:22:07 PDT 2023
4vtomat added a comment.
In D154576#4476291 <https://reviews.llvm.org/D154576#4476291>, @craig.topper wrote:
> Does this only change the calling convention when `__attribute__((riscv_vector_cc))` is used? The attribute should be mentioned in the patch description.
Yes it only changes when __attribute__((riscv_vector_cc)) is used, thanks for reminding, I will mention in the description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154576/new/
https://reviews.llvm.org/D154576
More information about the cfe-commits
mailing list