This patch is to add sema and parsing support for 'teams distribute parallel for' pragma.
Details
Details
- Reviewers
arpith-jacob sfantao carlo.bertolli ABataev mikerice hfinkel - Commits
- rG7ade93f5e29c: [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
rC289179: [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
rL289179: [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Diff Detail
Diff Detail
Event Timeline
lib/Basic/OpenMPKinds.cpp | ||
---|---|---|
759 | The isOpenMPNestingDistributeDirective is for the construct that has distribute be the outermost (e.g. distribute *) so that it can be checked against the nesting region whether it is teams or not. I do not think it is necessary to add it here. |
You should consider this new directive as a parallel directive. And OMPD_teams_distribute_parallel_for_simd either.