[Mlir-commits] [mlir] [MLIR][SCF] Add support for vectorization hints in `scf-to-cf` lowering. (PR #134201)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Apr 4 10:14:41 PDT 2025


NexMing wrote:

My goal is to hint the vectorizer to enable vectorization without extra cost modeling or legality checks, similar to the effect of #pragma clang loop vectorize(enable).

https://github.com/llvm/llvm-project/pull/134201


More information about the Mlir-commits mailing list