[Mlir-commits] [mlir] [mlir] Add missing fields in DICompositeTypeAttr. (PR #93226)

Tobias Gysi llvmlistbot at llvm.org
Thu May 23 11:58:42 PDT 2024


================
@@ -484,3 +484,39 @@ llvm.mlir.global @global_variable() {dbg_expr = #di_global_variable_expression}
 // CHECK: ![[SCOPE]] = !DISubprogram({{.*}}type: ![[SUBROUTINE:[0-9]+]],
 // CHECK: ![[SUBROUTINE]] = !DISubroutineType(types: ![[SR_TYPES:[0-9]+]])
 // CHECK: ![[SR_TYPES]] = !{![[COMP]]}
+
+// -----
----------------
gysit wrote:

```suggestion
// -----

```
nit: missing newline

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


More information about the Mlir-commits mailing list