[flang-commits] [PATCH] D81848: [flang][OpenMP] Upgrade support for Flush, Depend, Taskwait construct to OpenMP 5.0
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jun 16 13:45:19 PDT 2020
kiranchandramohan added a comment.
@kiranktp Can we have separate patches for Flush, depend & iterator, taskwait? It will be easier to review.
================
Comment at: flang/test/Semantics/omp-clause-validity01.f90:457
+ !$OMP TASK DEPEND(ITERATOR( it=1_4:100:2), IN:arrayA(it))
+ a = 3.14
----------------
Can this and the one below be in lowercase?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81848/new/
https://reviews.llvm.org/D81848
More information about the flang-commits
mailing list