This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add codegen for 'omp_all_memory' reserved locator
ClosedPublic

Authored by mikerice on May 24 2022, 1:07 PM.

Details

Summary

This creates an entry with address=nullptr and flag=0x80.

When an 'omp_all_memory' entry is specified any other 'out' or
'inout' entries are not needed and are not passed to the runtime.

Diff Detail

Event Timeline

mikerice created this revision.May 24 2022, 1:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 1:07 PM
mikerice requested review of this revision.May 24 2022, 1:07 PM
This revision is now accepted and ready to land.May 24 2022, 1:43 PM
This revision was landed with ongoing or failed builds.May 24 2022, 3:46 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 3:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript