[Mlir-commits] [mlir] [mlir][vector] Canonicalize gathers/scatters with trivial offsets (PR #117939)

Ivan Butygin llvmlistbot at llvm.org
Thu Nov 28 17:44:43 PST 2024


Hardcode84 wrote:

> add support for vector.step

Maybe, instead of adding special case for `vector.step` just fold all non-scalable `vector.step`s into `arith.constant`s? It will probably help other canonicalizations as well.

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


More information about the Mlir-commits mailing list