[llvm] [RISCV] RISCV vector calling convention (2/2) (PR #79096)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 01:55:14 PST 2024


================
@@ -20543,6 +20531,121 @@ unsigned RISCVTargetLowering::getMinimumJumpTableEntries() const {
   return Subtarget.getMinimumJumpTableEntries();
 }
 
+void RVVArgDispatcher::constructArgInfos(Type *Ty) {
----------------
arsenm wrote:

This seems to be reinventing splitToValueTypes 

https://github.com/llvm/llvm-project/pull/79096


More information about the llvm-commits mailing list