[PATCH] D70109: [OpenMP][IR-Builder] Introduce "pragma omp parallel" code generation
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 11:28:42 PST 2019
jdoerfert added a comment.
In D70109#1750377 <https://reviews.llvm.org/D70109#1750377>, @fghanim wrote:
> Generally acceptable, However wondering about future plans regarding:
>
> 1. There are many aspects of the OMP parallel implementation that can be reused with other directives (i.e. 'If' clause, privatization clauses), any plans to outline?
> 2. plans for implementing reduction clause?
We will outline as soon as the second use case comes in. We will need to add reductions, in a follow up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70109/new/
https://reviews.llvm.org/D70109
More information about the llvm-commits
mailing list