[Mlir-commits] [mlir] 393aa9c - [mlir][NFC] Add omitted operations to Transform dialect's doc

Jacques Pienaar llvmlistbot at llvm.org
Mon Feb 6 17:09:42 PST 2023


Author: Kohei Yamaguchi
Date: 2023-02-06T17:05:07-08:00
New Revision: 393aa9c57c1e8c6e8e60cee964827a2c95b7c6ed

URL: https://github.com/llvm/llvm-project/commit/393aa9c57c1e8c6e8e60cee964827a2c95b7c6ed
DIFF: https://github.com/llvm/llvm-project/commit/393aa9c57c1e8c6e8e60cee964827a2c95b7c6ed.diff

LOG: [mlir][NFC] Add omitted operations to Transform dialect's doc

Add omitted transform operations, including Affine/MemRef/Vector, to Transform dialect's doc to fix a broken side-bar doc.

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D143237

Added: 
    

Modified: 
    mlir/docs/Dialects/Transform.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index e73bb79283f24..e33604c57778f 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -360,6 +360,10 @@ ops rather than having the methods directly act on the payload IR.
 
 [include "Dialects/TransformOps.md"]
 
+## Affine Transform Operations
+
+[include "Dialects/AffineLoopTransformOps.md"]
+
 ## Bufferization Transform Operations
 
 [include "Dialects/BufferizationTransformOps.md"]
@@ -372,10 +376,18 @@ ops rather than having the methods directly act on the payload IR.
 
 [include "Dialects/SCFLoopTransformOps.md"]
 
+## MemRef Transform Operations
+
+[include "Dialects/MemRefTransformOps.md"]
+
 ## Structured (Linalg) Transform Operations
 
 [include "Dialects/LinalgStructuredTransformOps.md"]
 
+## Vector Transform Operations
+
+[include "Dialects/VectorTransformOps.md"]
+
 [include "Dialects/TransformTypeInterfaces.md"]
 
 [include "Dialects/TransformOpInterfaces.md"]


        


More information about the Mlir-commits mailing list