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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 11:41:42 PDT 2017


ruiu added a comment.

If we are going to examine this file, I strongly recommend porting the same functionalities (i.e. parallel_for and parallel_for_each) on top of llvm/Support/ThreadPool.h. I don't think that is hard to do as TheadPool.h seems to provide the same functionality as this file. That would be easier than review this file again.


https://reviews.llvm.org/D32826





More information about the llvm-commits mailing list