[Mlir-commits] [mlir] [mlir] Add DLTI transform ops section (PR #118153)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 29 21:06:04 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Malte Dehling (mdehling)
<details>
<summary>Changes</summary>
Adds missing _DLTI Transform Operations_ section to the transform dialect documentation.
---
Full diff: https://github.com/llvm/llvm-project/pull/118153.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/Transform.md (+4)
``````````diff
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 37fcc0c8880335..5f79116dd00b55 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -427,6 +427,10 @@ ops rather than having the methods directly act on the payload IR.
[include "Dialects/DebugExtensionOps.md"]
+## DLTI Transform Operations
+
+[include "Dialects/DLTITransformOps.md"]
+
## IRDL (extension) Transform Operations
[include "Dialects/IRDLExtensionOps.md"]
``````````
</details>
https://github.com/llvm/llvm-project/pull/118153
More information about the Mlir-commits
mailing list