[Mlir-commits] [mlir] [mlir][vector] VectorEmulateNarrowType uses deinterleave (PR #94946)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Jun 11 13:43:51 PDT 2024
https://github.com/kuhar requested changes to this pull request.
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.
https://github.com/llvm/llvm-project/pull/94946
More information about the Mlir-commits
mailing list