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

Markus Böck llvmlistbot at llvm.org
Sun Mar 8 07:48:45 PDT 2026


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

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

>From 7a2812da4d59e8e58134ba172a5d2eb05096daef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20B=C3=B6ck?= <markus.boeck02 at gmail.com>
Date: Sun, 8 Mar 2026 15:47:56 +0100
Subject: [PATCH] [mlir][docs] Add LLVM target passes to the docs

These passes are useful for translating between LLVM proper and the LLVM dialect and have so far been missing in the documentation.
---
 mlir/docs/Passes.md | 4 ++++
 1 file changed, 4 insertions(+)

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