This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Handle array section and derived-type components operands
ClosedPublic

Authored by clementval on Aug 12 2022, 5:35 AM.

Details

Summary

This patch lowers correctly operands with array section
and derived-type component.

Depends on D131764

Diff Detail

Event Timeline

clementval created this revision.Aug 12 2022, 5:35 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 12 2022, 5:35 AM
clementval retitled this revision from [flang][openacc] Handle operands with array section to [flang][openacc] Handle array section and derived-type components operands.Aug 12 2022, 5:36 AM

Pass new descriptor by reference

razvanlupusoru accepted this revision.Aug 12 2022, 1:18 PM

Looks great! Thank you for resolving these issues.

This revision is now accepted and ready to land.Aug 12 2022, 1:18 PM