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

Cullen Rhodes llvmlistbot at llvm.org
Wed May 29 02:39:46 PDT 2024


================
@@ -1761,6 +1761,70 @@ struct VectorInterleaveOpLowering
   }
 };
 
+/// Conversion pattern for a `vector.deinterleave`.
+/// This supports for fixed-sized vectors and scalable vectors.
----------------
c-rhodes 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