]> granicus.if.org Git - clang/commit
[OpenMP] Adding support to the mutexinoutset dep-type
authorSergi Mateo Bellido <sergi.mateo.bellido@gmail.com>
Mon, 4 Feb 2019 07:33:19 +0000 (07:33 +0000)
committerSergi Mateo Bellido <sergi.mateo.bellido@gmail.com>
Mon, 4 Feb 2019 07:33:19 +0000 (07:33 +0000)
commit56c55d5f16e3fdf8da45871ddc94a1ae19af290a
tree28e6295888729393655169e58d457ebdf18e2234
parent112a7a3c34df3dc506b52cd89e155287cdbcea55
[OpenMP] Adding support to the mutexinoutset dep-type

Summary: this commit adds support to a new dependence type introduced in OpenMP
5.0. The LLVM OpenMP RTL already supports this feature, so we  only need to
modify CLANG to take advantage of them.

Differential Revision: https://reviews.llvm.org/D57576

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353018 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Basic/OpenMPKinds.def
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/target_depend_messages.cpp
test/OpenMP/target_enter_data_depend_messages.cpp
test/OpenMP/target_exit_data_depend_messages.cpp
test/OpenMP/target_parallel_depend_messages.cpp
test/OpenMP/target_parallel_for_depend_messages.cpp
test/OpenMP/target_parallel_for_simd_depend_messages.cpp
test/OpenMP/target_simd_depend_messages.cpp
test/OpenMP/target_teams_depend_messages.cpp
test/OpenMP/target_teams_distribute_depend_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
test/OpenMP/target_update_depend_messages.cpp
test/OpenMP/task_codegen.cpp
test/OpenMP/task_depend_messages.cpp