This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Populate init and copy region of firstprivate recipe for simple type
ClosedPublic

Authored by clementval on Jul 6 2023, 2:47 PM.

Details

Summary

Similiar to D154259 for private recipe, this patch makes use of the same code
for the init region of the firstprivate recipe and populate the copy region for
trivial types and arrays.

Diff Detail

Event Timeline

clementval created this revision.Jul 6 2023, 2:47 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 6 2023, 2:47 PM
clementval requested review of this revision.Jul 6 2023, 2:47 PM
razvanlupusoru accepted this revision.Jul 12 2023, 11:16 AM

Looks great! Thank you!

This revision is now accepted and ready to land.Jul 12 2023, 11:16 AM