[PATCH] D113857: [llvm-reduce] Add parallel chunk processing.
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov 24 01:26:00 PST 2021
    
    
  
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/tools/llvm-reduce/deltas/Delta.cpp:283
+
+        ThreadPool &ChunkThreadPool_ = *ChunkThreadPool;
+        TaskQueue.clear();
----------------
Meinersbur wrote:
> Trailing underscore usually not used in the LLVM code base.
Thanks, I adjusted the name in the committed version (ChunkThreadPool and ChunkThreadPoolPtr)
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