]> granicus.if.org Git - clang/commit
[OPENMP] Add codegen for `nowait` clause in target directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 13 Dec 2017 21:04:20 +0000 (21:04 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 13 Dec 2017 21:04:20 +0000 (21:04 +0000)
commite8ca256e5e3f0705a447f60d297e97457fd28438
treee1e8820ecb468dd8333c625ba61848faa12c37da
parent95387d6350f7fda33efed7b94757d580c60bd92d
[OPENMP] Add codegen for `nowait` clause in target directives.

Added basic codegen for `nowait` clauses in target-based directives.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320613 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/target_codegen.cpp
test/OpenMP/target_parallel_codegen.cpp
test/OpenMP/target_parallel_for_codegen.cpp
test/OpenMP/target_parallel_for_simd_codegen.cpp
test/OpenMP/target_simd_codegen.cpp
test/OpenMP/target_teams_codegen.cpp
test/OpenMP/target_teams_distribute_codegen.cpp
test/OpenMP/target_teams_distribute_simd_codegen.cpp