Skip to content

Commit f30d610

Browse files
authored
Notification and Discourse link for vector.splat deprecation (#226)
There are other ops that are deprecated in this dialect that could also be added here (extractelement, insertelement), happy to add if requested.
1 parent a6de2e5 commit f30d610

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/content/deprecation/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ up with MLIR development.
1717
The `match` and `rewrite` functions of `RewritePattern` and `ConversionPattern`
1818
are deprecated. Use the combined `matchAndRewrite` instead.
1919

20+
21+
### Use `vector.broadcast` instead of `vector.splat`
22+
23+
The `vector.splat` operation has been deprecated.
24+
25+
[Discussion on Discourse](https://discourse.llvm.org/t/rfc-mlir-vector-deprecate-then-remove-vector-splat/87143)
26+
2027
## On-going Refactoring & large changes
2128

2229
# Past Deprecation and Refactoring

0 commit comments

Comments
 (0)