This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Use the align clause value from 'omp allocate' for globals
ClosedPublic

Authored by mikerice on May 25 2022, 3:30 PM.

Details

Summary

Refactor the code that handles the align clause of 'omp allocate' so
it can be used with globals as well as local variables.

Diff Detail

Event Timeline

mikerice created this revision.May 25 2022, 3:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2022, 3:30 PM
mikerice requested review of this revision.May 25 2022, 3:30 PM
This revision is now accepted and ready to land.May 26 2022, 9:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2022, 9:52 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript