This is an archive of the discontinued LLVM Phabricator instance.

[flang] Apply lower bounds correctly before runtime call to ubound
ClosedPublic

Authored by clementval on Aug 31 2022, 1:07 AM.

Details

Summary

Apply lower bounds before call to the ubound runtime function.
This is similary done in genLBound.

Diff Detail

Event Timeline

clementval created this revision.Aug 31 2022, 1:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 31 2022, 1:07 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 31 2022, 1:07 AM
jeanPerier accepted this revision.Aug 31 2022, 3:49 AM

LGTM, thanks

This revision is now accepted and ready to land.Aug 31 2022, 3:49 AM