[Mlir-commits] [mlir] 49a5ad8 - [mlir] Add DLTI transform ops section (#118153)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Dec 15 08:14:22 PST 2024
Author: Malte Dehling
Date: 2024-12-15T16:14:18Z
New Revision: 49a5ad8e5714fd404210279303acc97b495d66d0
URL: https://github.com/llvm/llvm-project/commit/49a5ad8e5714fd404210279303acc97b495d66d0
DIFF: https://github.com/llvm/llvm-project/commit/49a5ad8e5714fd404210279303acc97b495d66d0.diff
LOG: [mlir] Add DLTI transform ops section (#118153)
Adds missing _DLTI Transform Operations_ section to the transform
dialect documentation.
Co-authored-by: Malte Dehling <m.dehling at samsung.com>
Added:
Modified:
mlir/docs/Dialects/Transform.md
Removed:
################################################################################
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"]
More information about the Mlir-commits
mailing list