[flang-commits] [PATCH] D93373: [Flang][Openmp] Upgrade TASKGROUP	construct to 5.0.
    Valentin Clement via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Dec 16 06:47:51 PST 2020
    
    
  
clementval added inline comments.
================
Comment at: flang/lib/Lower/OpenMP.cpp:242
+  } else if (blockDirective.v == llvm::omp::OMPD_taskgroup) {
+    TODO("");
   }
----------------
If you add the todo can you maybe explicitly add an error message in it?
================
Comment at: flang/test/Semantics/omp-taskgroup01.f90:36
+
+!  !$omp parallel
+!    !$omp taskgroup task_reduction(+, reduction_var)
----------------
Why is this block commented out? 
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