[PATCH] D32826: Move Parallel.h from LLD to LLVM

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 14:09:12 PDT 2017


ruiu added a comment.

We have llvm/include/llvm/Support/ThreadPool.h and llvm/include/llvm/Support/thread.h. Did you take a look at these files? It seems parallel_for and parallel_for_each can be implemented on top of them.


https://reviews.llvm.org/D32826





More information about the llvm-commits mailing list