================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to