lhtin added a comment. In D154576#4476300 <https://reviews.llvm.org/D154576#4476300>, @4vtomat wrote:
> 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. In addition to using attributes, functions that use vector registers to pass arguments or return values also need to comply with the new calling convention. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154576/new/ https://reviews.llvm.org/D154576 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits