[Mlir-commits] [mlir] [mlir][vector] Implement lowering for 1D vector.deinterleave operations (PR #93042)

Benjamin Maxwell llvmlistbot at llvm.org
Thu May 23 07:40:36 PDT 2024


================
@@ -1761,6 +1761,66 @@ struct VectorInterleaveOpLowering
   }
 };
 
+/// Conversion pattern for a `vector.deinterleave`.
+/// Support available for fixed-sized vectors and scalable vectors.
+
----------------
MacDue wrote:

nit: remove empty line
```suggestion
```

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


More information about the Mlir-commits mailing list