This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle parent component on the LHS of intrinsic assignment
ClosedPublic

Authored by clementval on Mar 14 2023, 6:49 AM.

Details

Summary

When the LHS is referring to a parent component the box need to be
reboxed to the parent component type so the runtime can handle the
assignment correctly.

Diff Detail

Event Timeline

clementval created this revision.Mar 14 2023, 6:49 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 14 2023, 6:49 AM
clementval requested review of this revision.Mar 14 2023, 6:49 AM
PeteSteinfeld edited the summary of this revision. (Show Details)Mar 14 2023, 7:46 AM
PeteSteinfeld accepted this revision.Mar 14 2023, 7:59 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 14 2023, 7:59 AM