[Mlir-commits] [mlir] [mlir][VectorOps] Add `vector.interleave` operation (PR #80315)

Han-Chung Wang llvmlistbot at llvm.org
Tue Feb 6 08:29:06 PST 2024


https://github.com/hanhanW commented:

I think this PR is not just adding `vector.interleave` operation. From my point of view, it has three changes:

1. Add `vector.interleave` op.
2. Add support for convert `vector.interleave` to llvm dialect.
3. Add support for unrolling `vector.interleave` op. 

Ideally we shoul split it into three PRs, which is easier for reviewers. It's okay for this one because it's already reviewed. Can you  add more context to the PR description?

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


More information about the Mlir-commits mailing list