[Mlir-commits] [mlir] [mlir][docs] Add quant dialect pass doc into Passes.md (NFC) (PR #139363)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat May 10 00:09:15 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Kohei Yamaguchi (sott0n)
<details>
<summary>Changes</summary>
This PR added documentation for the quant dialect passes to `Passes.md`, as it had not been included.
---
Full diff: https://github.com/llvm/llvm-project/pull/139363.diff
1 Files Affected:
- (modified) mlir/docs/Passes.md (+4)
``````````diff
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 6a18e06593e8e..e9d22d1e3dfac 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -84,6 +84,10 @@ This document describes the available MLIR passes and their contracts.
[include "NVGPUPasses.md"]
+## 'quant' Dialect Passes
+
+[include "QuantPasses.md"]
+
## Reducer Passes
[include "ReducerPasses.md"]
``````````
</details>
https://github.com/llvm/llvm-project/pull/139363
More information about the Mlir-commits
mailing list