This is an archive of the discontinued LLVM Phabricator instance.

[flang] Use runtime Assign when rhs is polymorphic
ClosedPublic

Authored by clementval on Feb 20 2023, 11:17 AM.

Details

Summary

Use the runtime when there lhs or rhs is polymorphic. The runtime
allows to deal better with polymorphic entities and aliasing.

Diff Detail

Event Timeline

clementval created this revision.Feb 20 2023, 11:17 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 20 2023, 11:17 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 20 2023, 11:17 AM
PeteSteinfeld accepted this revision.Feb 20 2023, 4:01 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 20 2023, 4:01 PM
This revision was automatically updated to reflect the committed changes.