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

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 15:26:05 PDT 2017


On Thu, May 4, 2017 at 3:05 PM, Rui Ueyama via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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
>
>
>
>
Sounds good to me. A move that strips things out is easy enough to track,
and if needed they can be added later.

- Michael Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170504/58683534/attachment.html>


More information about the llvm-commits mailing list