[Mlir-commits] [mlir] 85b110e - [mlir][vector] Add documentation note on adding new ops (#144308)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Jun 17 01:30:39 PDT 2025
Author: Andrzej WarzyĆski
Date: 2025-06-17T09:30:35+01:00
New Revision: 85b110e0419af4b1b9a238b6978029e20010e794
URL: https://github.com/llvm/llvm-project/commit/85b110e0419af4b1b9a238b6978029e20010e794
DIFF: https://github.com/llvm/llvm-project/commit/85b110e0419af4b1b9a238b6978029e20010e794.diff
LOG: [mlir][vector] Add documentation note on adding new ops (#144308)
This adds a note requesting that additions of new ops to the Vector
dialect go through an RFC process. The goal is to clarify expectations
for contributors.
Note: this documents an existing (though previously unwritten)
convention. See, e.g.:
* https://discourse.llvm.org/t/rfc-adding-vector-to-elements-op-to-the-vector-dialect
* https://discourse.llvm.org/t/rfc-improving-gather-codegen-for-vector-dialect
Added:
Modified:
mlir/docs/Dialects/Vector.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index ade0068c56fb6..ebeb0a2de0ff1 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -1,5 +1,8 @@
# 'vector' Dialect
+**Please post an RFC on the [forum](https://llvm.discourse.group/c/mlir/31)
+before adding any operation in this dialect.**
+
[TOC]
MLIR supports multi-dimensional `vector` types and custom operations on those
More information about the Mlir-commits
mailing list