We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6de2e5 commit f30d610Copy full SHA for f30d610
website/content/deprecation/_index.md
@@ -17,6 +17,13 @@ up with MLIR development.
17
The `match` and `rewrite` functions of `RewritePattern` and `ConversionPattern`
18
are deprecated. Use the combined `matchAndRewrite` instead.
19
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
27
## On-going Refactoring & large changes
28
29
# Past Deprecation and Refactoring
0 commit comments