This is an archive of the discontinued LLVM Phabricator instance.

[flang] Explicitly map host associated symbols
ClosedPublic

Authored by clementval on Jun 24 2022, 5:43 AM.

Details

Summary

Explicitly map host associated symbols in DoConcurrent with shared
locality-spec, clauses in OpenMP/OpenACC. The mapping of host-assoc
symbols is set to their parent SymbolBox. This is achieved through
a new interface function in the AbstractConverter.

This was already upstream for OpenMP.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Kiran Chandramohan <kiran.chandramohan@arm.com>

Diff Detail

Event Timeline

clementval created this revision.Jun 24 2022, 5:43 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 24 2022, 5:43 AM
clementval requested review of this revision.Jun 24 2022, 5:43 AM
PeteSteinfeld accepted this revision.Jun 24 2022, 6:59 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jun 24 2022, 6:59 AM
This revision was automatically updated to reflect the committed changes.