This makes it possible for the client to control where the pass timings will
be printed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78891
Make MLIR Pass Timing output configurable through injection ClosedPublic Authored by mehdi_amini on Apr 26 2020, 7:34 PM.
Details Summary This makes it possible for the client to control where the pass timings will
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 27 2020, 4:49 PM Closed by commit rGf65a3f7c83b2: Make MLIR Pass Timing output configurable through injection (authored by mehdi_amini). · Explain WhyApr 27 2020, 6:53 PM This revision was automatically updated to reflect the committed changes. mehdi_amini marked 2 inline comments as done.
Revision Contents
Diff 260526 mlir/include/mlir/Pass/PassManager.h
mlir/lib/Pass/PassManagerOptions.cpp
mlir/lib/Pass/PassTiming.cpp
|
Do we need to pass the display mode back? Is there a situation where it would differ from the config?