This is an archive of the discontinued LLVM Phabricator instance.

[flang] Carry over dynamic type information when creating an unlimited polymorphic temp
ClosedPublic

Authored by clementval on Mar 21 2023, 6:55 AM.

Details

Summary

The dyanmic type must be carried over in a PolymorphicValue when the address is
loaded from an unlimited polymorphic allocatable.

Diff Detail

Event Timeline

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

All builds and tests correctly and looks good.

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