This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Fix clause restriction for exit data directive
ClosedPublic

Authored by clementval on Jan 26 2021, 12:30 PM.

Details

Summary

Restriction on clauses for the EXIT DATA directive were not fully correct.
This patch fixes the situation. The async, if and finalize clauses are allowed
only once.

Diff Detail

Event Timeline

clementval requested review of this revision.Jan 26 2021, 12:30 PM
clementval created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2021, 12:30 PM
clementval added a project: Restricted Project.Jan 26 2021, 12:46 PM
SouraVX accepted this revision.Jan 26 2021, 8:39 PM

LGTM! Thanks!

This revision is now accepted and ready to land.Jan 26 2021, 8:39 PM
This revision was landed with ongoing or failed builds.Jan 27 2021, 7:07 AM
This revision was automatically updated to reflect the committed changes.