This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add a proper TODO for polymorphic array lowering with vector subscript
ClosedPublic

Authored by clementval on Feb 7 2023, 5:17 AM.

Details

Summary

Creation of polymorphic array temporary cannot be done inlined.
Add a TODO so the current code exit in a clean way when lowering
reach it. A solution involving the runtime will be put in place.

Depends on D143490

Diff Detail

Event Timeline

clementval created this revision.Feb 7 2023, 5:17 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 7 2023, 5:17 AM
clementval requested review of this revision.Feb 7 2023, 5:17 AM
This revision is now accepted and ready to land.Feb 7 2023, 6:27 AM