[clang] [llvm] [RISCV][VLS] Support RISCV VLS calling convention (PR #100346)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 08:26:30 PST 2025


================
@@ -726,7 +713,11 @@ ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed,
     return ABIArgInfo::getDirect();
   }
 
-  if (const VectorType *VT = Ty->getAs<VectorType>()) {
+  // TODO: _BitInt is not handled yet in VLS calling convention since _BitInt
+  // ABI is also not merged yet in RISCV:
----------------
topperc wrote:

RISCV -> RISC-V

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


More information about the cfe-commits mailing list