This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Always generate acc.declare_exit
ClosedPublic

Authored by clementval on Aug 9 2023, 10:21 AM.

Details

Summary

Always generate the acc.declare_exit operation so it
matches the acc.declare_enter operation. This is to ensure the
lifetime of data in the implicit region.

Diff Detail

Event Timeline

clementval created this revision.Aug 9 2023, 10:21 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2023, 10:21 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 9 2023, 10:21 AM
razvanlupusoru accepted this revision.Aug 9 2023, 10:57 AM

This is great! Thank you for fixing this.

This revision is now accepted and ready to land.Aug 9 2023, 10:57 AM
This revision was landed with ongoing or failed builds.Aug 9 2023, 11:12 AM
This revision was automatically updated to reflect the committed changes.