]> granicus.if.org Git - clang/commit
[OPENMP][NVPTX]Reduce memory usage in target region.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 12 Oct 2018 20:19:59 +0000 (20:19 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 12 Oct 2018 20:19:59 +0000 (20:19 +0000)
commit0a80d6bb5733baa1a7cea517eea76400d7091a54
treed1574e197cf20b368639196c583dbc2923c41c03
parent1c99505cfafe7f6057981f365a75ae869c13b13d
[OPENMP][NVPTX]Reduce memory usage in target region.

Additional reduction of the global memory usage in the target regions
without parallel regions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344413 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.h
test/OpenMP/nvptx_data_sharing.cpp
test/OpenMP/nvptx_parallel_codegen.cpp
test/OpenMP/nvptx_teams_codegen.cpp