[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 29 09:06:55 PDT 2024
================
@@ -48,27 +55,22 @@ def DLTI_Dialect : Dialect {
constexpr const static ::llvm::StringLiteral
kDataLayoutStackAlignmentKey = "dlti.stack_alignment";
- }];
- let useDefaultAttributePrinterParser = 1;
-}
+ // Constants used in target description part of DLTI
----------------
ftynse wrote:
```suggestion
// Constants used in target description part of DLTI.
```
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list