[PATCH] D78891: Make MLIR Pass Timing output configurable through injection

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 17:16:41 PDT 2020


rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/lib/Pass/PassTiming.cpp:235
 
-  /// The display mode to use when printing the timing results.
-  PassDisplayMode displayMode;
+  /// The (optional) configuration object to use when printing the timing
+  /// results.
----------------
Is this actually optional?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78891/new/

https://reviews.llvm.org/D78891





More information about the llvm-commits mailing list