[PATCH] D79390: [Support] Sink LLD's parallel algorithm wrappers to support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 15:08:45 PDT 2020
MaskRay accepted this revision.
MaskRay added a comment.
Seems the conclusion is that `llvm::parallelSort(..)` is better than `llvm::parallel::sort(...)` or `llvm::parallel(parallel::seq, ...)`.
It is nice to avoid ADL when doing the refactoring. `llvm::parallelSort` also avoids functions with same signatures but overloaded in different namespaces (std:: llvm::parallel::)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79390/new/
https://reviews.llvm.org/D79390
More information about the llvm-commits
mailing list