[Mlir-commits] [mlir] [mlir][vector] ND vectors linearization pass (PR #81159)

Diego Caballero llvmlistbot at llvm.org
Thu Feb 8 15:52:35 PST 2024


dcaballe wrote:

Ok, got it. Would it make sense then to remove the pass in `Vector/Transforms` and just expose this transformation through the `populate...` API? We follow this approach for cases like this. You can move that pass under `mlir/test/lib/Dialect/Vector` for testing. In that way, the pass is not prescribing how the patterns should be used and leave that decision to the user.

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


More information about the Mlir-commits mailing list