summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/InlinerPass.cpp
AgeCommit message (Expand)Author
2025-08-26NFC: remove some instances of deprecated capture (#154884)Jeremy Kun
2025-08-23[MLIR] Adopt LDBG() macro in mlir/lib/Transforms/... (NFC)Mehdi Amini
2025-01-20Remove unnecessary return in InlinerPass.cpp (#123507)Hyunsung Lee
2024-04-02[mlir][inliner] Assert that no external nodes passed to the profitability hoo...Slava Zakharin
2024-04-02[mlir][pass] Add `errorHandler` param to `Pass::initializeOptions` (#87289)Ivan Butygin
2024-03-23[mlir][inliner] Return early if the inliningThreshold is 0U or -1U. (#86287)Fabian Tschopp
2024-03-13[RFC][mlir] Add profitability callback to the Inliner. (#84258)Slava Zakharin
2024-03-06[mlir][inliner] Refactor MLIR inliner pass and utils. (#84059)Slava Zakharin