According to OpenMP 5.0, nonmonotonic modifier can be used with all
schedule kinds, not only dynamic and guided as in OpenMP 4.5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82026
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 18 2020, 7:12 AM Closed by commit rG4971d0b8ec6e: [OPENMP50]Allow nonmonotonic modifier for all schedule kinds. (authored by ABataev). · Explain WhyJun 18 2020, 9:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271755 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/for_ast_print.cpp
clang/test/OpenMP/for_schedule_messages.cpp
clang/test/OpenMP/schedule_codegen.cpp
|