[PATCH] D82026: [OPENMP50]Allow nonmonotonic modifier for all schedule kinds.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 17 10:13:30 PDT 2020


ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: sstefan1, guansong, yaxunl.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82026

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82026.271399.patch
Type: text/x-patch
Size: 11035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200617/2daa542c/attachment-0001.bin>


More information about the cfe-commits mailing list