summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/OpStats.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi
2024-08-01[mlir][Transforms] Preserve all analysis in print passes (#101315)Hideto Ueno
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-09[mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCIBenjamin Kramer
2022-06-15[mlir] create PrintOpStatsPass using printAsJSONOkwan Kwon
2022-06-15[mlir] add createPrintOpStatsPass() with explicit paramsOkwan Kwon
2022-06-15[mlir] add an option to print op stats in JSONOkwan Kwon
2022-06-14Revert "[mlir] add an option to print op stats in JSON"Okwan Kwon
2022-06-14[mlir] add an option to print op stats in JSONOkwan Kwon
2022-06-09[mlir] Support passing ostream as argument for the create function.Okwan Kwon
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-11-03Change the PrintOpStatsPass to operate on any operation instead of just ModuleOpMehdi Amini
2020-04-07[mlir][Pass] Update the PassGen to generate base classes instead of utilitiesRiver Riddle
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-07[mlir][Pass][NFC] Replace usages of ModulePass with OperationPass<ModuleOp>River Riddle
2020-04-01[mlir][Pass] Add support for generating pass utilities via tablegenRiver Riddle
2020-04-01[mlir][Pass] Add a tablegen backend for defining Pass informationRiver Riddle
2020-02-12Remove static registration for dialects, and the "alwayslink" hack for passesMehdi Amini
2020-02-05[MLIR] Move test passes out of lib/AnalysisStephen Neuendorffer