[all-commits] [llvm/llvm-project] 4971d0: [OPENMP50]Allow nonmonotonic modifier for all sche...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Jun 18 09:34:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4971d0b8ec6e8d3b9ea5980d96cf5812886671df
https://github.com/llvm/llvm-project/commit/4971d0b8ec6e8d3b9ea5980d96cf5812886671df
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/for_ast_print.cpp
M clang/test/OpenMP/for_schedule_messages.cpp
M clang/test/OpenMP/schedule_codegen.cpp
Log Message:
-----------
[OPENMP50]Allow nonmonotonic modifier for all schedule kinds.
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.
Reviewers: jdoerfert
Subscribers: yaxunl, guansong, sstefan1, cfe-commits, caomhin
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82026
More information about the All-commits
mailing list