[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.
This commit is contained in:
Markus Böck 2026-03-08 16:20:55 +01:00 committed by GitHub
parent af7c352fa3
commit bd15e6b736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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