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

Matthias Gehre llvmlistbot at llvm.org
Thu Apr 3 02:06:52 PDT 2025


mgehre-amd wrote:

I'm concerned that SCF-to-CF will depend on the unrelated LLVM dialect for attributes. Could we use CF attributes here, and later lower those attributes to LLVM attributes (in cf-to-llvm)?

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


More information about the Mlir-commits mailing list