================ @@ -2455,6 +2456,10 @@ QualType Sema::BuildMatrixType(QualType ElementTy, Expr *NumRows, Expr *NumCols, return QualType(); } + if (const auto *BIT = ElementTy->getAs<BitIntType>(); + BIT && CheckBitIntElementType(*this, AttrLoc, BIT, true)) ---------------- Fznamznon wrote:
```suggestion BIT && CheckBitIntElementType(*this, AttrLoc, BIT, /*ForMatrixType=*/true)) ``` https://github.com/llvm/llvm-project/pull/117487 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits