[OPENMP][NVPTX] target [teams distribute] simd maybe run without
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Apr 2019 16:48:38 +0000 (16:48 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Apr 2019 16:48:38 +0000 (16:48 +0000)
commit1472e32cd732393f811c382247c0ae7f77212a92
tree0e432eb2a8ebaadb16fcff4b707c02676e69b58f
parent6541e8e791cc72ea649419f2edf8d9a39cdbb423
[OPENMP][NVPTX] target [teams distribute] simd maybe run without
runtime.

target [teams distribute] simd costructs do not require full runtime for
the correct execution, we can run them without full runtime.

llvm-svn: 358766
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/test/OpenMP/nvptx_target_simd_codegen.cpp
clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp