[flang-commits] [PATCH] D93373: [Flang][Openmp] Upgrade TASKGROUP construct to 5.0.
sameeran joshi via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Dec 16 10:27:02 PST 2020
sameeranjoshi added inline comments.
================
Comment at: flang/lib/Lower/OpenMP.cpp:242
+ } else if (blockDirective.v == llvm::omp::OMPD_taskgroup) {
+ TODO("");
}
----------------
clementval wrote:
> If you add the todo can you maybe explicitly add an error message in it?
What in case we remove it, that's ok is it?
================
Comment at: flang/test/Semantics/omp-taskgroup01.f90:36
+
+! !$omp parallel
+! !$omp taskgroup task_reduction(+, reduction_var)
----------------
clementval wrote:
> Why is this block commented out?
Depends on D93105
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93373/new/
https://reviews.llvm.org/D93373
More information about the flang-commits
mailing list