[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 29 09:06:56 PDT 2024
================
@@ -308,6 +380,47 @@ struct DLTestDialect : Dialect {
}
};
+struct DLTargetSystemDescTestDialect : Dialect {
----------------
ftynse wrote:
```suggestion
struct DLTargetSystemDescTestDialect : public Dialect {
```
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list