[PATCH] D113857: [llvm-reduce] Add parallel chunk processing.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 23 00:59:53 PST 2021


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/tools/llvm-reduce/deltas/Delta.cpp:283
+
+        ThreadPool &ChunkThreadPool_ = *ChunkThreadPool;
+        TaskQueue.clear();
----------------
Trailing underscore usually not used in the LLVM code base.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113857



More information about the llvm-commits mailing list