This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP50]Allow nonmonotonic modifier for all schedule kinds.
ClosedPublic

Authored by ABataev on Jun 17 2020, 9:54 AM.

Details

Summary

According to OpenMP 5.0, nonmonotonic modifier can be used with all
schedule kinds, not only dynamic and guided as in OpenMP 4.5.

Diff Detail

Event Timeline

ABataev created this revision.Jun 17 2020, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2020, 9:54 AM
This revision is now accepted and ready to land.Jun 18 2020, 7:12 AM
This revision was automatically updated to reflect the committed changes.