[clang] [CIR] Upstream basic support for ArrayType (PR #130502)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 09:11:01 PDT 2025
================
@@ -166,6 +166,9 @@ static LogicalResult checkConstantTypes(mlir::Operation *op, mlir::Type opType,
return success();
}
+ if (mlir::isa<cir::ArrayType>(opType))
----------------
andykaylor wrote:
I don't see this in the incubator implementation of this function. Why is this here?
https://github.com/llvm/llvm-project/pull/130502
More information about the cfe-commits
mailing list