[llvm] [RISCV] Handle RVV return type in calling convention correctly (PR #87736)
Roger Ferrer Ibáñez via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 03:21:05 PDT 2024
================
@@ -1059,7 +1062,7 @@ class RVVArgDispatcher {
unsigned CurIdx = 0;
- void constructArgInfos(ArrayRef<Type *> TypeList);
+ template <typename Arg> void constructArgInfos(ArrayRef<Arg> Ret);
----------------
rofirrim wrote:
Apologies, my bad. I misread the code and I thought it was all explicit specialisations. Ignore me.
https://github.com/llvm/llvm-project/pull/87736
More information about the llvm-commits
mailing list