[Mlir-commits] [mlir] [mlir][docs] Add LLVM target passes to the docs (PR #185283)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Mar 8 07:49:14 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Markus Böck (zero9178)

<details>
<summary>Changes</summary>

These passes are useful for translating between LLVM proper and the LLVM dialect and have so far been missing in the documentation.

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


1 Files Affected:

- (modified) mlir/docs/Passes.md (+4) 


``````````diff
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 9df32666415bb..bf9552100efe9 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 "LLVMPasses.md"]
 
+## 'llvm' Target Passes
+
+[include "TargetLLVMIRTransforms.md"]
+
 ## 'math' Dialect Passes
 
 [include "MathPasses.md"]

``````````

</details>


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


More information about the Mlir-commits mailing list