This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Always lower bounds with lb, ub and stride information
ClosedPublic

Authored by clementval on May 2 2023, 4:26 PM.

Details

Summary

Since we have all the information while lowering, always
add the lowerbound, upperbound and stride information for acc.bounds
create from the Flang frontend.

Diff Detail

Event Timeline

clementval created this revision.May 2 2023, 4:26 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 2 2023, 4:26 PM
clementval requested review of this revision.May 2 2023, 4:26 PM
clementval updated this revision to Diff 518909.May 2 2023, 4:43 PM

Fix one UB computation

razvanlupusoru accepted this revision.May 2 2023, 8:50 PM

Awesome!

This revision is now accepted and ready to land.May 2 2023, 8:50 PM
clementval updated this revision to Diff 519089.May 3 2023, 8:38 AM

fix genBoundsFromBox

jeanPerier accepted this revision.May 3 2023, 8:45 AM

LGTM, thanks