[OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 2 Nov 2018 16:08:31 +0000 (16:08 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 2 Nov 2018 16:08:31 +0000 (16:08 +0000)
commit1fc1f8e819ec806b22c5314c1a7c0f7a8d3a2f7a
tree36c2500a9d7d4eff89a6028ae1b961f12e370c9a
parent391b19c78a58846b750f589b97759a0dd2962f1b
[OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.

Coalesced memory access requires use of the new function
`__kmpc_data_sharing_coalesced_push_stack` instead of the
`__kmpc_data_sharing_push_stack`.

llvm-svn: 345991
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/test/OpenMP/declare_target_codegen_globalization.cpp
clang/test/OpenMP/nvptx_target_codegen.cpp