[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


================
@@ -227,6 +383,14 @@ def DataLayoutOpInterface : OpInterface<"DataLayoutOpInterface"> {
       /*methodName=*/"getDataLayoutSpec",
       /*args=*/(ins)
     >,
+    InterfaceMethod<
+      /*description=*/"Returns the target system desc specification for this "
+                      "op, or "
+                      "null if it does not exist.",
----------------
ftynse wrote:

```suggestion
                      "op, or null if it does not exist.",
```

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


More information about the Mlir-commits mailing list