[Mlir-commits] [mlir] [mlir] fix transform dialect doc includes (PR #150408)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jul 24 04:41:18 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Oleksandr "Alex" Zinenko (ftynse)

<details>
<summary>Changes</summary>

New extensions were added to the code but not to the documentation.

---
Full diff: https://github.com/llvm/llvm-project/pull/150408.diff


1 Files Affected:

- (modified) mlir/docs/Dialects/Transform.md (+12) 


``````````diff
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"]

``````````

</details>


https://github.com/llvm/llvm-project/pull/150408


More information about the Mlir-commits mailing list