This is an archive of the discontinued LLVM Phabricator instance.

[flang] Keep polymorphic aspect when lowering intrinsic arguments
ClosedPublic

Authored by clementval on Jan 23 2023, 9:39 AM.

Details

Summary

Make sure the source passed to an intrinsic is still polymorphic when
it is an element of a polymorphic array. This was not handled properly
before.

Diff Detail

Event Timeline

clementval created this revision.Jan 23 2023, 9:39 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 23 2023, 9:39 AM
clementval requested review of this revision.Jan 23 2023, 9:39 AM
PeteSteinfeld accepted this revision.Jan 23 2023, 10:12 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jan 23 2023, 10:12 AM