This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support polymorphic input array for PACK intrinsic
ClosedPublic

Authored by clementval on Jan 24 2023, 12:19 AM.

Details

Summary

When ARRAY is polymorphic, the result needs to carry over
the dynamic type information. This patch updates the lowering
to make the result polymorphic when needed.

Diff Detail

Event Timeline

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