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

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Feb 6 09:45:28 PST 2024


banach-space wrote:

> 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?

@MacDue I would also find it easier to review if this was split :) (sorry, been away and smaller patches just make it easier to catch-up)

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


More information about the Mlir-commits mailing list