]> granicus.if.org Git - clang/commit
[OPENMP] Add codegen for `depend` clauses on `target` directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 15 Jan 2018 19:06:12 +0000 (19:06 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 15 Jan 2018 19:06:12 +0000 (19:06 +0000)
commitc024ae818a399f42b9a7e0de658e1a3738adcb71
tree29594aaffe3a444b59147eed84703293518a28c3
parente0f57df6fa23b61ac3e065244cf190e870e9d158
[OPENMP] Add codegen for `depend` clauses on `target` directive.

Added basic support for codegen of `depend` clauses on `target`
directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322501 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/AST/OpenMPClause.h
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
test/OpenMP/target_codegen.cpp
test/OpenMP/target_depend_codegen.cpp [new file with mode: 0644]
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