[Mlir-commits] [mlir] 215c2df - [mlir] Mention mandatory RFC process for changes in Standard dialect

Alex Zinenko llvmlistbot at llvm.org
Fri Aug 14 02:31:21 PDT 2020


Author: Alex Zinenko
Date: 2020-08-14T11:31:12+02:00
New Revision: 215c2df6478f65233f15f8978d4dd692fe60c757

URL: https://github.com/llvm/llvm-project/commit/215c2df6478f65233f15f8978d4dd692fe60c757
DIFF: https://github.com/llvm/llvm-project/commit/215c2df6478f65233f15f8978d4dd692fe60c757.diff

LOG: [mlir] Mention mandatory RFC process for changes in Standard dialect

We have been asking for this systematically, mention it in the documentation.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D85902

Added: 
    

Modified: 
    mlir/docs/Dialects/Standard.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Standard.md b/mlir/docs/Dialects/Standard.md
index c33713624446..8cc92f59228c 100644
--- a/mlir/docs/Dialects/Standard.md
+++ b/mlir/docs/Dialects/Standard.md
@@ -5,6 +5,9 @@ This dialect provides documentation for operations within the Standard dialect.
 Note: This dialect is a collection of operations for several 
diff erent concepts,
 and should be split into multiple more-focused dialects accordingly.
 
+**Please post an RFC on the [forum](https://llvm.discourse.group/c/mlir/31)
+before adding or changing any operation in this dialect.**
+
 [TOC]
 
 ## Operations


        


More information about the Mlir-commits mailing list