[llvm] [RISCV] RISCV vector calling convention (2/2) (PR #79096)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 00:08:49 PST 2024
================
@@ -20543,6 +20531,121 @@ unsigned RISCVTargetLowering::getMinimumJumpTableEntries() const {
return Subtarget.getMinimumJumpTableEntries();
}
+void RVVArgDispatcher::constructArgInfos(Type *Ty) {
----------------
arsenm wrote:
What is a "vector tuple type"? The DAG doesn't seem to rely on a similar helper
https://github.com/llvm/llvm-project/pull/79096
More information about the llvm-commits
mailing list