This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle passing NULL() to polymorphic pointer argument
ClosedPublic

Authored by clementval on Jan 24 2023, 1:57 AM.

Details

Summary

Only updates the assert to check where the box is a BaseBoxType
instead of a BoxType since ClassType are also valid in that case.

Diff Detail

Event Timeline

clementval created this revision.Jan 24 2023, 1:57 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 24 2023, 1:57 AM
clementval requested review of this revision.Jan 24 2023, 1:57 AM
jeanPerier accepted this revision.Jan 24 2023, 5:38 AM
This revision is now accepted and ready to land.Jan 24 2023, 5:38 AM