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

Diego Caballero llvmlistbot at llvm.org
Thu Feb 1 10:39:58 PST 2024


dcaballe wrote:

Thanks! It looks great!

> %0 = vector.interleave %a, %b
>            : vector<[4]xi32>     ; yields vector<[8]xi32>

I was thinking that we could return two vector results, one for the high and one for the low part of the interleave. However, I think keeping them together makes more sense at this level of abstraction.

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


More information about the Mlir-commits mailing list