[Mlir-commits] [mlir] [MLIR][LLVM] Support Recursive DITypes (PR #80251)
Tobias Gysi
llvmlistbot at llvm.org
Sun Mar 10 08:48:03 PDT 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines op and type interfaces for the LLVM dialect in MLIR.
+// This file defines op, type, & attr interfaces for the LLVM dialect in MLIR.
----------------
gysit wrote:
```suggestion
// This file defines interfaces for the LLVM dialect in MLIR.
```
ultra nit: since the enumeration starts to get exhaustive :)
https://github.com/llvm/llvm-project/pull/80251
More information about the Mlir-commits
mailing list