[Mlir-commits] [mlir] [mlir] load dialect in parser for optional parameters (PR #96667)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 28 14:44:16 PDT 2024


================
@@ -89,6 +89,8 @@ class DefGen {
   void emitTopLevelDeclarations();
   /// Emit the function that returns the type or attribute name.
   void emitName();
+  /// Emit the dialect name s a static member variable.
----------------
ftynse wrote:

```suggestion
  /// Emit the dialect name as a static member variable.
```

https://github.com/llvm/llvm-project/pull/96667


More information about the Mlir-commits mailing list