This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Support for num_teams-clause on the 'target teams' directive.
ClosedPublic

Authored by arpith-jacob on Jan 24 2017, 7:51 AM.

Details

Summary

The num_teams-clause on the combined directive applies to the
'teams' region of this construct. We modify the NumTeamsClause
class to capture the clause expression within the 'target' region.

Diff Detail

Repository
rL LLVM

Event Timeline

arpith-jacob created this revision.Jan 24 2017, 7:51 AM
This revision is now accepted and ready to land.Jan 24 2017, 9:21 AM
This revision was automatically updated to reflect the committed changes.