[PATCH] D70109: [OpenMP][IR-Builder] Introduce "pragma omp parallel" code generation

Fady Ghanim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 11:44:39 PST 2019


fghanim added a comment.

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?


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