This is an archive of the discontinued LLVM Phabricator instance.

[flang] Carry dynamic type in fir.rebox code generation
ClosedPublic

Authored by clementval on Oct 24 2022, 9:45 AM.

Details

Summary

Load the pointer of the dynamic type descriptor from the
original box and update the destination descriptor with this pointer.

Diff Detail

Event Timeline

clementval created this revision.Oct 24 2022, 9:45 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 24 2022, 9:45 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Oct 24 2022, 9:45 AM
PeteSteinfeld accepted this revision.Oct 24 2022, 11:08 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 24 2022, 11:08 AM