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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 13:26:50 PST 2021


fhahn updated this revision to Diff 388306.
fhahn marked 5 inline comments as done.
fhahn added a comment.

In D113857#3138944 <https://reviews.llvm.org/D113857#3138944>, @Meinersbur wrote:

> I am writing lots of suggestion for something you may have intended to be a simple addition that could be improved later just as well. If this applies, please tell me.

Thanks for taking a close look, it is very much appreciated!

The latest change updates the patch to communicate results via shared_future, requires ThreadPool refactoring from D114183 <https://reviews.llvm.org/D114183>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113857

Files:
  llvm/test/tools/llvm-reduce/operands-skip.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/deltas/Delta.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113857.388306.patch
Type: text/x-patch
Size: 10163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/bf1c83da/attachment.bin>


More information about the llvm-commits mailing list