]> granicus.if.org Git - clang/commit
[OPENMP] Add codegen for target data constructs with `nowait` clause.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 14 Dec 2017 17:00:17 +0000 (17:00 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 14 Dec 2017 17:00:17 +0000 (17:00 +0000)
commit8ea73c59c0bd90d09e69dfb602ecdd19c62f8e19
treeb9712f45a8348c4254144188b8e1652f817e5a7e
parent71ce0c7b2f8fd0ac63ffa523992e4a832a285ea2
[OPENMP] Add codegen for target data constructs with `nowait` clause.

Added codegen for the `nowait` clause in target data constructs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/target_enter_data_codegen.cpp
test/OpenMP/target_exit_data_codegen.cpp
test/OpenMP/target_update_codegen.cpp