[Mlir-commits] [mlir] [mlir][vector] Restrict narrow-type-emulation patterns (PR #115612)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Nov 11 06:59:48 PST 2024


lialan wrote:

Feels like it could be much easier to add a new pass to decompose higher dimensional vector loads/stores into 1d loads and stores before this pass. Existing code in `VectorEmulateNarrowTypes` is already hard to swallow.

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


More information about the Mlir-commits mailing list