================ @@ -643,9 +650,7 @@ void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, case LoopHintAttr::Disable: switch (Option) { case LoopHintAttr::Vectorize: - // Disable vectorization by specifying a width of 1. - setVectorizeWidth(1); - setVectorizeScalable(LoopAttributes::Unspecified); + setVectorizeEnable(false); ---------------- kasuga-fj wrote:
Yes, I haven’t fixed it yet… For now, I’ve added WIP to the PR title. https://github.com/llvm/llvm-project/pull/135163 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits