[PATCH] D93373: [Flang][Openmp] Upgrade TASKGROUP construct to 5.0.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 16:34:09 PST 2020


clementval added inline comments.


================
Comment at: flang/test/Semantics/omp-taskgroup01.f90:36
+
+!  !$omp parallel
+!    !$omp taskgroup task_reduction(+, reduction_var)
----------------
clementval wrote:
> sameeranjoshi wrote:
> > clementval wrote:
> > > Why is this block commented out? 
> > Depends on D93105
> Yeah but since you have it as a dependency in phab you can uncomment the block. 
What I mean is that the pre-merge check for example will apply the patch you depend on before applying this one so you will not have failure. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93373/new/

https://reviews.llvm.org/D93373



More information about the llvm-commits mailing list