[Mlir-commits] [mlir] [mlir][vector] Add documentation note on adding new ops (PR #144308)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 16 00:31:14 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Andrzej WarzyĆski (banach-space)
<details>
<summary>Changes</summary>
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
---
Full diff: https://github.com/llvm/llvm-project/pull/144308.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/Vector.md (+3)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/144308
More information about the Mlir-commits
mailing list