[flang-commits] [PATCH] D93373: [Flang][Openmp] Upgrade TASKGROUP construct to 5.0.
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jan 19 10:13:33 PST 2021
kiranchandramohan added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMP.td:443
let allowedClauses = [
- VersionedClause<OMPC_TaskReduction>,
- VersionedClause<OMPC_Allocate>
+ VersionedClause<OMPC_TaskReduction, 50>,
+ VersionedClause<OMPC_Allocate, 50>
----------------
Are tests failing due to task_reduction/allocate marked as version 5.0?
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