[Mlir-commits] [mlir] [mlir][vector] Add n-d deinterleave lowering (PR #94237)

Benjamin Maxwell llvmlistbot at llvm.org
Tue Jun 4 04:29:00 PDT 2024


================
@@ -79,6 +79,43 @@ class UnrollInterleaveOp final : public OpRewritePattern<vector::InterleaveOp> {
   int64_t targetRank = 1;
 };
 
+class UnrollDeinterleaveOp final
----------------
MacDue wrote:

Can this have a doc comment (in the style of the one for vector.interleave?) 

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


More information about the Mlir-commits mailing list