[Mlir-commits] [mlir] 51403ad - [mlir] fix orphaned IRDLExtensionOps documentation

Alex Zinenko llvmlistbot at llvm.org
Thu May 16 01:26:48 PDT 2024


Author: Alex Zinenko
Date: 2024-05-16T10:26:41+02:00
New Revision: 51403ada789e63e98e0dd5ac0ceba351465490d1

URL: https://github.com/llvm/llvm-project/commit/51403ada789e63e98e0dd5ac0ceba351465490d1
DIFF: https://github.com/llvm/llvm-project/commit/51403ada789e63e98e0dd5ac0ceba351465490d1.diff

LOG: [mlir] fix orphaned IRDLExtensionOps documentation

.md files should be included into other .md files so they don't show up in the
top-level menu.

Added: 
    

Modified: 
    mlir/docs/Dialects/Transform.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 02f4a766ff429..37fcc0c888033 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"]
 
+## IRDL (extension) Transform Operations
+
+[include "Dialects/IRDLExtensionOps.md"]
+
 ## Func Transform Operations
 
 [include "Dialects/FuncTransformOps.md"]


        


More information about the Mlir-commits mailing list