[Mlir-commits] [mlir] [mlir][ODS] Optionally generate public C++ functions for type constraints (PR #104577)
River Riddle
llvmlistbot at llvm.org
Tue Aug 20 11:17:34 PDT 2024
================
@@ -1204,3 +1204,52 @@ void MyDialect::initialize() {
>();
}
```
+
+### Attribute / Type Constraints
----------------
River707 wrote:
Can you just break this out into a new `Constraints.md` file in the same directory? We have docs on these spread out, the original comment I made directed to the partial docs we have here: https://mlir.llvm.org/docs/DefiningDialects/Operations/#operation-arguments
Would be better to just start a new doc with these contents and start populating more content into that.
https://github.com/llvm/llvm-project/pull/104577
More information about the Mlir-commits
mailing list