This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][runtime] Add GOMP 5.0 loop entry points
ClosedPublic

Authored by jlpeyton on Feb 3 2020, 1:29 PM.

Details

Summary

This patch adds missing GOMP_5.0 loop entry points (GCC-9.x) which incorporate
new non-monotonic entry point names. Since monotonic
schedules are a subset of nonmonotonic, it is acceptable to use
monotonic as the implementation. This patch simply has the nonmonotonic
versions of the loop entry points as wrappers around the monotonic ones.

Diff Detail

Event Timeline

jlpeyton created this revision.Feb 3 2020, 1:29 PM
jlpeyton set the repository for this revision to rG LLVM Github Monorepo.Feb 19 2020, 9:00 AM
This revision is now accepted and ready to land.Feb 21 2020, 4:21 AM
This revision was automatically updated to reflect the committed changes.