[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
================
@@ -17808,9 +17788,13 @@ void RISCVTargetLowering::analyzeInputArgs(
unsigned NumArgs = Ins.size();
FunctionType *FType = MF.getFunction().getFunctionType();
- std::optional<unsigned> FirstMaskArgument;
- if (Subtarget.hasVInstructions())
- FirstMaskArgument = preAssignMask(Ins);
+ std::vector<Type *> TypeList;
----------------
arsenm wrote:
SmallVector?
https://github.com/llvm/llvm-project/pull/79096
More information about the llvm-commits
mailing list