This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by clementval on Jul 6 2023, 1:01 PM.

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 D154259

Diff Detail

Event Timeline

clementval created this revision.Jul 6 2023, 1:01 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 6 2023, 1:01 PM
clementval requested review of this revision.Jul 6 2023, 1:01 PM
razvanlupusoru accepted this revision.Jul 6 2023, 1:44 PM

This is great to see. Nice work!

This revision is now accepted and ready to land.Jul 6 2023, 1:44 PM
clementval retitled this revision from [flang][openacc] Support array slices when creating privare recipe to [flang][openacc] Support array slices when creating private recipe.Jul 6 2023, 1:45 PM
This revision was landed with ongoing or failed builds.Jul 6 2023, 2:08 PM
This revision was automatically updated to reflect the committed changes.