This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix pointer association with remap on polymorphic entities
ClosedPublic

Authored by clementval on Dec 5 2022, 6:20 AM.

Details

Summary

Runtime is expecting a 1d array. This patch fixes the generation
of the array holding the bounds to be passed to the runtime function call.

Diff Detail

Event Timeline

clementval created this revision.Dec 5 2022, 6:20 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 5 2022, 6:20 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Dec 5 2022, 6:20 AM
This revision is now accepted and ready to land.Dec 5 2022, 6:26 AM
PeteSteinfeld accepted this revision.Dec 5 2022, 7:52 AM

All builds and tests correctly, but I'm seeing diffs when I run clang-format on .../lib/Lower/Bridge.cpp. Please run clang-format before pushing.

This revision was landed with ongoing or failed builds.Dec 5 2022, 9:29 AM
This revision was automatically updated to reflect the committed changes.