This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Support array slices when creating firstprivate recipe
ClosedPublic

Authored by clementval on Jul 7 2023, 10:33 AM.

Details

Summary

The return type of the recipe must match the array slice provided by
the user. This patch enhance the recipe creation to take into account
the constant slices.

Depends on D154657

Diff Detail

Event Timeline

clementval created this revision.Jul 7 2023, 10:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 7 2023, 10:33 AM
clementval requested review of this revision.Jul 7 2023, 10:33 AM
razvanlupusoru accepted this revision.Jul 12 2023, 11:17 AM

Awesome work. Looks great!

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