[Mlir-commits] [mlir] [mlir][vector] vector.splat deprecation: folding/canonicalizing parity with broadcast (PR #150284)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Jul 23 12:18:23 PDT 2025
================
@@ -4302,17 +4317,18 @@ class StridedSliceBroadcast final
}
};
-/// Pattern to rewrite an ExtractStridedSliceOp(SplatOp) to SplatOp.
+/// Rewrite extract_strided_slice(splat-like(v)) with broadcast(v)
----------------
kuhar wrote:
```suggestion
/// Rewrite extract_strided_slice(splat-like(v)) with broadcast(v).
```
https://github.com/llvm/llvm-project/pull/150284
More information about the Mlir-commits
mailing list