From bd15e6b7368ce81028197b8caff709baf1d4a662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20B=C3=B6ck?= Date: Sun, 8 Mar 2026 16:20:55 +0100 Subject: [PATCH] [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. --- mlir/docs/Passes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md index 9df32666415b..bf9552100efe 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"]