================ @@ -8360,9 +8360,11 @@ static void HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr, // not to need a separate attribute) if (!(S.Context.getTargetInfo().hasFeature("neon") || S.Context.getTargetInfo().hasFeature("mve") || + S.Context.getTargetInfo().hasFeature("sve") || ---------------- sdesmalen-arm wrote:
Is this missing a check for `&& VecKind != VectorKind::NeonPoly` for the case of `sve` and `sme`? https://github.com/llvm/llvm-project/pull/73258 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits