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

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 20:11:01 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/include/mlir/Pass/PassManager.h:235
+  public:
+    using PrintCallbackFn = function_ref<void(PassDisplayMode, raw_ostream &)>;
+
----------------
Do we need to pass the display mode back? Is there a situation where it would differ from the config?


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