================
@@ -709,7 +707,24 @@ mlir::Value CIRGenFunction::emitToMemory(mlir::Value
value, QualType ty) {
ty = atomicTy->getValueType();
if (ty->isExtVectorBoolType()) {
----------------
andykaylor wrote:Should we also be checking for isConstantMatrixBoolType here? https://github.com/llvm/llvm-project/pull/212146 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
