This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix creation of the bound array for pointer remapping
ClosedPublic

Authored by clementval on Feb 6 2023, 7:53 AM.

Details

Summary

The runtime function expects a 2 x newRank array and the code
was passing a newRank x 2 array. This patch updates the
creation of the array to fit the runtime expectation.

Diff Detail

Event Timeline

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