[Mlir-commits] [mlir] [mlir] Expose linearize/delinearize lowering transforms (PR #144156)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 16 07:07:04 PDT 2025


Max191 wrote:

> Am curious about the motivation

Downstream in IREE, I have an op (map_scatter) that I want to vectorize by reusing the linalg.generic vectorization, but it can have some linearize/delinearize ops in the body, which aren't supported in the linalg.generic vectorizer.

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


More information about the Mlir-commits mailing list