[Mlir-commits] [mlir] [MLIR][LLVM] Support Recursive DITypes (PR #80251)

Tobias Gysi llvmlistbot at llvm.org
Thu Feb 29 12:07:05 PST 2024


================
@@ -102,6 +116,14 @@ class DebugTranslation {
   /// metadata.
   DenseMap<Attribute, llvm::DINode *> attrToNode;
 
+  /// A mapping from DIRecursiveTypeAttr id to the translated DIType.
----------------
gysit wrote:

```suggestion
  /// A mapping from DistinctAttr ID to the translated DIType.
```

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


More information about the Mlir-commits mailing list