This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP50]Perform data mapping analysis only for explicitly mapped data.
ClosedPublic

Authored by ABataev on Jul 8 2020, 7:47 AM.

Details

Summary

According to OpenMP 5.0, the restrictions for mapping of overlapped data
apply only for explicitly mapped data, there is no restriction for
implicitly mapped data just like in OpenMP 4.5.

Diff Detail

Event Timeline

ABataev created this revision.Jul 8 2020, 7:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2020, 7:47 AM
This revision is now accepted and ready to land.Jul 17 2020, 7:50 PM
This revision was automatically updated to reflect the committed changes.