This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Use acc.private and acc.firstprivate when lowering clauses
ClosedPublic

Authored by clementval on Jun 14 2023, 3:29 PM.

Details

Summary

Lower private and firstprivate operands through their corresponding
data entry operation to support array section.

Depends on D152972

Diff Detail

Event Timeline

clementval created this revision.Jun 14 2023, 3:29 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 14 2023, 3:29 PM
clementval requested review of this revision.Jun 14 2023, 3:29 PM
razvanlupusoru accepted this revision.Jun 14 2023, 3:41 PM

Initial lowering to support new representation looks great to me. Thank you!

This revision is now accepted and ready to land.Jun 14 2023, 3:41 PM
This revision was landed with ongoing or failed builds.Jun 21 2023, 2:20 PM
This revision was automatically updated to reflect the committed changes.