[Mlir-commits] [mlir] [MLIR][LLVM] DI Recursive Type fix for recursion via scope of composites (PR #85850)
Tobias Gysi
llvmlistbot at llvm.org
Tue Mar 19 13:16:49 PDT 2024
================
@@ -402,3 +402,24 @@ llvm.func @func_debug_directives() {
llvm.func @class_method() {
llvm.return loc(#loc3)
} loc(#loc3)
+
+// -----
+
+// Test recursive composite type with recursion via its scope is translated.
----------------
gysit wrote:
```suggestion
// Ensures composite types with a recursive scope work.
```
https://github.com/llvm/llvm-project/pull/85850
More information about the Mlir-commits
mailing list