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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Mar 8 08:21:00 PDT 2026


Author: Markus Böck
Date: 2026-03-08T16:20:55+01:00
New Revision: bd15e6b7368ce81028197b8caff709baf1d4a662

URL: https://github.com/llvm/llvm-project/commit/bd15e6b7368ce81028197b8caff709baf1d4a662
DIFF: https://github.com/llvm/llvm-project/commit/bd15e6b7368ce81028197b8caff709baf1d4a662.diff

LOG: [mlir][docs] Add LLVM target passes to the docs (#185283)

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

Added: 
    

Modified: 
    mlir/docs/Passes.md

Removed: 
    


################################################################################
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"]


        


More information about the Mlir-commits mailing list