[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
Thu Apr 3 02:16:14 PDT 2025


NexMing 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)?

Since the CF dialect does not have a suitable attribute, we may need to introduce a new one.
However, I have tested the current approach locally, and this attribute can be correctly passed to the LLVM dialect.

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


More information about the Mlir-commits mailing list