[Mlir-commits] [mlir] 0817efc - [mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 30 02:26:00 PST 2023


Author: Kohei Yamaguchi
Date: 2023-11-30T11:25:53+01:00
New Revision: 0817efc4767bbfea282ad82d6517454288a1d59b

URL: https://github.com/llvm/llvm-project/commit/0817efc4767bbfea282ad82d6517454288a1d59b
DIFF: https://github.com/llvm/llvm-project/commit/0817efc4767bbfea282ad82d6517454288a1d59b.diff

LOG: [mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916)

Fix broken docs for MeshDialect's pass and Transform dialect's loop
extension.

Added: 
    

Modified: 
    mlir/docs/Dialects/Transform.md
    mlir/docs/Passes.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index a24099c5ba9c9c04..8fa7038ca4fec06a 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -431,6 +431,10 @@ ops rather than having the methods directly act on the payload IR.
 
 [include "Dialects/GPUTransformOps.md"]
 
+## Loop (extension) Transform Operations
+
+[include "Dialects/LoopExtensionOps.md"]
+
 ## Loop (SCF) Transform Operations
 
 [include "Dialects/SCFLoopTransformOps.md"]

diff  --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 2eb94d323b72f8b8..66e2dc077f985448 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -64,6 +64,10 @@ This document describes the available MLIR passes and their contracts.
 
 [include "MemRefPasses.md"]
 
+## 'mesh' Dialect Passes
+
+[include "MeshPasses.md"]
+
 ## 'ml\_program' Dialect Passes
 
 [include "MLProgramPasses.md"]


        


More information about the Mlir-commits mailing list