[PATCH] D33016: [Parallel] Add support for parallel execution policies to match C++ Parallelism TS

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 16:15:00 PDT 2017


zturner updated this revision to Diff 98365.
zturner added a comment.

Inlined sequential functions.  I know you already LGTM'ed it, but I'm re-uploading because I want to get feedback from chandlerc@ before submitting.  I'd like to be sure this is close enough to what is needed from the Parallelism TS that no more major changes are required before trying to move this down to LLVM again.  I will, of course, still submit another review to LLVM for the final move, but I just want to make sure this is close enough to try again.


https://reviews.llvm.org/D33016

Files:
  lld/COFF/ICF.cpp
  lld/COFF/MapFile.cpp
  lld/COFF/Writer.cpp
  lld/ELF/Threads.h
  lld/include/lld/Core/Parallel.h
  lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  lld/unittests/CoreTests/ParallelTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33016.98365.patch
Type: text/x-patch
Size: 11066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/d5ae77b9/attachment.bin>


More information about the llvm-commits mailing list