[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 29 09:06:54 PDT 2024
================
@@ -27,6 +27,13 @@ def DLTI_Dialect : Dialect {
constexpr const static ::llvm::StringLiteral
kDataLayoutAttrName = "dlti.dl_spec";
+ // Top level attribute name for target system description
----------------
ftynse wrote:
```suggestion
// Top level attribute name for target system description.
```
End phrases with a full stop. Here and below.
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list