[clang] [CIR] Support load/store for Vector of bools (PR #212146)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 31 14:52:00 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list