[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:37 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:
```suggestion
/// This supports fixed-sized vectors and scalable vectors.
```
https://github.com/llvm/llvm-project/pull/93042
More information about the Mlir-commits
mailing list