Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I reverted the commit because there is a test failure for the python pass manager. Looking into it.
Paths
| Differential D127691
[mlir] add an option to print op stats in JSON ClosedPublic Authored by okkwon on Jun 13 2022, 1:42 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2022, 1:04 PM This revision was landed with ongoing or failed builds.Jun 14 2022, 1:12 PM Closed by commit rG1a19abf38c3a: [mlir] add an option to print op stats in JSON (authored by Okwan Kwon <okwan@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions I reverted the commit because there is a test failure for the python pass manager. Looking into it. This revision is now accepted and ready to land.Jun 14 2022, 2:10 PM This revision was landed with ongoing or failed builds.Jun 15 2022, 10:07 AM Closed by commit rG8010d7e0446a: [mlir] add an option to print op stats in JSON (authored by Okwan Kwon <okwan@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437230 mlir/include/mlir/Transforms/Passes.td
mlir/lib/Transforms/OpStats.cpp
mlir/test/CAPI/pass.c
mlir/test/IR/op-stats-json.mlir
mlir/test/python/pass_manager.py
|