This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Prepare sema to support combined constructs with omp distribute and omp for
ClosedPublic

Authored by carlo.bertolli on Apr 19 2017, 12:02 PM.

Details

Reviewers
ABataev
Summary

This patch prepares sema with additional fields to support all those composite and combined constructs of OpenMP that include pragma 'distribute' and 'for', such as 'distribute parallel for'. It also extends the regression tests for 'distribute parallel for' and adds a new one.

Diff Detail

Repository
rL LLVM