[clang] [CIR] Upstream initial support for fixed size VectorType (PR #136488)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 21 11:17:37 PDT 2025
================
@@ -530,7 +567,7 @@ def CIRRecordType : Type<
//===----------------------------------------------------------------------===//
def CIR_AnyType : AnyTypeOf<[
- CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_IntType, CIR_AnyFloat,
+ CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_VectorType, CIR_IntType, CIR_AnyFloat,
----------------
bcardosolopes wrote:
Please align this to 80-col
https://github.com/llvm/llvm-project/pull/136488
More information about the cfe-commits
mailing list