[Mlir-commits] [mlir] [documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (PR #86524)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Mar 25 09:18:57 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Iman Hosseini (ImanHosseini)
<details>
<summary>Changes</summary>
The link to DLTI dialect was broken. @<!-- -->joker-eph
---
Full diff: https://github.com/llvm/llvm-project/pull/86524.diff
1 Files Affected:
- (modified) mlir/docs/DataLayout.md (+1-1)
``````````diff
diff --git a/mlir/docs/DataLayout.md b/mlir/docs/DataLayout.md
index 86ad51a517ae7d..2efe5e61a6c6f8 100644
--- a/mlir/docs/DataLayout.md
+++ b/mlir/docs/DataLayout.md
@@ -289,7 +289,7 @@ The default data layout assumes 8-bit bytes.
### DLTI Dialect
-The [DLTI](Dialects/DLTI.md) dialect provides the attributes implementing
+The [DLTI](https://mlir.llvm.org/docs/Dialects/DLTIDialect/) dialect provides the attributes implementing
`DataLayoutSpecInterface` and `DataLayoutEntryInterface`, as well as a dialect
attribute that can be used to attach the specification to a given operation. The
verifier of this attribute triggers those of the specification and checks the
``````````
</details>
https://github.com/llvm/llvm-project/pull/86524
More information about the Mlir-commits
mailing list