This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Avoid use of init, shutdown and set in compute construct
ClosedPublic

Authored by clementval on Dec 1 2020, 6:40 PM.

Details

Summary

init, shutdown and set directive are not allowed in compute construct.

Diff Detail

Unit TestsFailed

Event Timeline

clementval created this revision.Dec 1 2020, 6:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2020, 6:40 PM
clementval requested review of this revision.Dec 1 2020, 6:40 PM
clementval added a project: Restricted Project.Dec 1 2020, 7:03 PM
SouraVX accepted this revision.Dec 8 2020, 7:35 AM

LGTM, Thanks!

flang/lib/Semantics/check-acc-structure.cpp
71

NIT: Period at the end of comment.

This revision is now accepted and ready to land.Dec 8 2020, 7:35 AM
clementval marked an inline comment as done.

Rebase + nit

This revision was landed with ongoing or failed builds.Dec 8 2020, 12:14 PM
This revision was automatically updated to reflect the committed changes.