[Mlir-commits] [mlir] [mlir] support dialect attribute translation to LLVM IR (PR #75309)
Tobias Gysi
llvmlistbot at llvm.org
Fri Dec 15 13:44:30 PST 2023
================
@@ -379,6 +381,39 @@ class ModuleTranslation {
/// A cache for the symbol tables constructed during symbols lookup.
SymbolTableCollection symbolTableCollection;
+
+ /// Indicates whether the next call to convertOperation in the IR translation
+ /// process will receive an instance of CapturingIRBuilder an an instance of
----------------
gysit wrote:
```suggestion
/// process will receive an instance of CapturingIRBuilder or an instance of
```
https://github.com/llvm/llvm-project/pull/75309
More information about the Mlir-commits
mailing list