[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 15:05:13 PDT 2017


ruiu added a comment.

Even if we are going to just copy it from LLD to LLVM, we should hide all but parallel_for and parallel_for_each. This patch exposes Latch and TaskGroup.


https://reviews.llvm.org/D32826





More information about the llvm-commits mailing list