[PATCH] D75399: Ensure that multi-threading is disabled when enabling IRPrinting with module scope

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 29 10:16:24 PST 2020


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


================
Comment at: mlir/include/mlir/Pass/PassManager.h:142
 
+  /// Return true if the PassManager is configured with multi-threading enabled.
+  bool isMultithreadingEnabled();
----------------
nit: PassManager -> pass manager


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75399





More information about the llvm-commits mailing list