From 88f5c1386d403a6573b3b06620213e115f9bff1f Mon Sep 17 00:00:00 2001 From: James Newling Date: Fri, 18 Jul 2025 09:10:37 -0700 Subject: [PATCH] Add notification and Discourse link --- website/content/deprecation/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/deprecation/_index.md b/website/content/deprecation/_index.md index b2825962566e2..ce3c3fee1defc 100644 --- a/website/content/deprecation/_index.md +++ b/website/content/deprecation/_index.md @@ -17,6 +17,13 @@ up with MLIR development. The `match` and `rewrite` functions of `RewritePattern` and `ConversionPattern` are deprecated. Use the combined `matchAndRewrite` instead. + +### Use `vector.broadcast` instead of `vector.splat` + +The `vector.splat` operation has been deprecated. + +[Discussion on Discourse](https://discourse.llvm.org/t/rfc-mlir-vector-deprecate-then-remove-vector-splat/87143) + ## On-going Refactoring & large changes # Past Deprecation and Refactoring