[Mlir-commits] [mlir] [mlir][vector] VectorEmulateNarrowType uses deinterleave (PR #94946)
Mubashar Ahmad
llvmlistbot at llvm.org
Wed Jun 12 02:12:39 PDT 2024
mub-at-arm wrote:
> Before we start emitting `vector.deinterleave` in passes, we should support it in `VectorToSPIRV`. This wasn't the case for `vector.interleave` and it broke the spirv lowering flow.
We don't usually work on SPIRV. Would you be willing to contribute a lowering for the 1-D deinterleave?
https://github.com/llvm/llvm-project/pull/94946
More information about the Mlir-commits
mailing list