summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/PrintIR.cpp
AgeCommit message (Collapse)Author
2024-09-10Add missing newlines at EOF; NFCSven van Haastregt
2024-08-01[mlir][Transforms] Preserve all analysis in print passes (#101315)Hideto Ueno
PrintIRPass, PrintOpStatsPass and PrintOpGraphPass don't mutate IR so preserve all analysis to save computation resource a bit.
2023-03-17[MLIR] Add label to print-ir passFrederik Gossen
Differential Revision: https://reviews.llvm.org/D145523
2023-03-01[MLIR] Add `print-ir` pass for debugging purposesFrederik Gossen
Add pass to print the entire IR on the debug stream. This is meant for debugging purposes to inspect the IR at a specific point in the pipeline. Differential Revision: https://reviews.llvm.org/D144918