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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 15:28:56 PDT 2017


I don't think he meant to remove them entirely right?  Just make them so
they're not exposed from the header.  Presumably they could go in
Parallel.cpp

On Thu, May 4, 2017 at 3:26 PM Michael Spencer <bigcheesegs at gmail.com>
wrote:

> 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/07575bf7/attachment.html>


More information about the llvm-commits mailing list