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

Kohei Yamaguchi llvmlistbot at llvm.org
Thu Nov 30 01:40:57 PST 2023


https://github.com/sott0n created https://github.com/llvm/llvm-project/pull/73916

None

>From 0706f198f46fe581e5d14c9ef8b53aafc2c48b2d Mon Sep 17 00:00:00 2001
From: Kohei Yamaguchi <fix7211 at gmail.com>
Date: Thu, 30 Nov 2023 18:34:22 +0900
Subject: [PATCH] [mlir][docs] Add missing .md into Transform and Passes docs

---
 mlir/docs/Dialects/Transform.md | 4 ++++
 mlir/docs/Passes.md             | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index a24099c5ba9c9c0..8fa7038ca4fec06 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 2eb94d323b72f8b..66e2dc077f98544 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