This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Add extent when creating acc.bounds in genBaseBoundsOps
ClosedPublic

Authored by clementval on Jul 14 2023, 11:11 AM.

Details

Summary

The extent information is available here so just add it to the acc.bounds
operation so it can be retrieved easily if needed.

Diff Detail

Event Timeline

clementval created this revision.Jul 14 2023, 11:11 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 14 2023, 11:11 AM
clementval requested review of this revision.Jul 14 2023, 11:11 AM
clementval edited the summary of this revision. (Show Details)Jul 14 2023, 11:12 AM
razvanlupusoru accepted this revision.Jul 14 2023, 11:32 AM

Change looks great. The commit message needs a few spelling error fixes:
exent -> extent
avaibale -> available

This revision is now accepted and ready to land.Jul 14 2023, 11:32 AM
clementval edited the summary of this revision. (Show Details)Jul 14 2023, 11:43 AM

Change looks great. The commit message needs a few spelling error fixes:
exent -> extent
avaibale -> available

Thanks for catching these!