This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle unlimited polymorphic with intrinsic dynamic type in extends_type_of
ClosedPublic

Authored by clementval on Mar 9 2023, 12:45 PM.

Details

Summary

Unlimited polymorphic entities can have an intrinsic dynamic type. Update the
code of extends_type_of to compare the CFI_type in these case.

Diff Detail

Event Timeline

clementval created this revision.Mar 9 2023, 12:45 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 9 2023, 12:45 PM
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Mar 9 2023, 12:45 PM
PeteSteinfeld accepted this revision.Mar 9 2023, 12:58 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 9 2023, 12:58 PM
clementval retitled this revision from [flang] Handle unlimited polymorphic with intrinsic dynammic type in extends_type_of to [flang] Handle unlimited polymorphic with intrinsic dynamic type in extends_type_of.Mar 9 2023, 1:06 PM