[clang] [CIR][RISCV] Support vector buitlins codegen (PR #199889)

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 00:31:35 PDT 2026


================
@@ -405,6 +405,51 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
                                         /*is_scalable=*/true);
       break;
 
+// RISC-V vector types.
+#define RVV_VECTOR_TYPE_INT(Name, Id, SingletonId, NumEls, ElBits, NF,         \
----------------
4vtomat wrote:

Should we handle `NF` here? Or this is a TODO item😂

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


More information about the cfe-commits mailing list