[Mlir-commits] [mlir] [mlir] fix transform dialect doc includes (PR #150408)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu Jul 24 04:40:45 PDT 2025
https://github.com/ftynse created https://github.com/llvm/llvm-project/pull/150408
New extensions were added to the code but not to the documentation.
>From 5d8e45321fc8f93544291a71a0114c8dbc9730ff Mon Sep 17 00:00:00 2001
From: Alex Zinenko <git at ozinenko.com>
Date: Thu, 24 Jul 2025 13:39:48 +0200
Subject: [PATCH] [mlir] fix transform dialect doc includes
New extensions were added to the code but not to the documentation.
---
mlir/docs/Dialects/Transform.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 5f79116dd00b5..7164cb74f0a8f 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -415,10 +415,22 @@ ops rather than having the methods directly act on the payload IR.
[include "Dialects/TransformOps.md"]
+## Tuning Extension Operaiton
+
+[include "Dialects/TuneExtensionOps.md"]
+
## Affine Transform Operations
[include "Dialects/AffineLoopTransformOps.md"]
+## ARM Neon Transform Operations
+
+[include "Dialects/ArmNeonVectorTransformOps.md"]
+
+## ARM SVE Transform Operations
+
+[include "Dialects/ArmSVEVectorTransformOps.md"]
+
## Bufferization Transform Operations
[include "Dialects/BufferizationTransformOps.md"]
More information about the Mlir-commits
mailing list