[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 12:40:02 PDT 2017


ruiu added a comment.

It's been used for many years in LLD, but that doesn't cover all possible use cases. I think this implementation actually has a bug that if you call parallel_for from a function that is called by parallel_for, something goes wrong, IIRC. I didn't take a look into this at that moment as that use case does not exist in LLD, but that's a valid use case.


https://reviews.llvm.org/D32826





More information about the llvm-commits mailing list