forked from OSchip/llvm-project
[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
This commit is contained in:
parent
eb82d58f83
commit
215c2df647
|
@ -5,6 +5,9 @@ This dialect provides documentation for operations within the Standard dialect.
|
|||
Note: This dialect is a collection of operations for several different 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
|
||||
|
|
Loading…
Reference in New Issue