This allows to set printAsJSON through the create function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127891
[mlir] add createPrintOpStatsPass() with explicit params ClosedPublic Authored by okkwon on Jun 15 2022, 11:50 AM.
Details Summary This allows to set printAsJSON through the create function.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 15 2022, 12:02 PM okkwon retitled this revision from [mlir] add a create function with explicit params to [mlir] add createPrintOpStatsPass with explicit params.Jun 15 2022, 12:06 PM okkwon retitled this revision from [mlir] add createPrintOpStatsPass with explicit params to [mlir] add createPrintOpStatsPass() with explicit params. This revision was landed with ongoing or failed builds.Jun 15 2022, 12:10 PM Closed by commit rG85f19f99e479: [mlir] add createPrintOpStatsPass() with explicit params (authored by Okwan Kwon <okwan@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437290 mlir/include/mlir/Transforms/Passes.h
mlir/lib/Transforms/OpStats.cpp
|