This is an archive of the discontinued LLVM Phabricator instance.

[flang] Use BaseBoxType in component by component assignment
ClosedPublic

Authored by clementval on Nov 29 2022, 7:48 AM.

Details

Summary

Use BaseBoxType in genComponentByComponentAssignment
so the component by component assignment involving polymorphic entities
does not fall back to scalar assignment.

Diff Detail

Event Timeline

clementval created this revision.Nov 29 2022, 7:48 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 29 2022, 7:48 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 29 2022, 7:48 AM
PeteSteinfeld accepted this revision.Nov 29 2022, 10:45 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Nov 29 2022, 10:45 AM