aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-04-08 16:53:57 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-04-08 16:53:57 +0000
commit1db9bfeba59b15bfb3f8592588e9aa9cd13ccd6b (patch)
treef3ee8c20617cb457afafe3bf602e8d1a77b8867e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent10d6008f85237921bdd7956287d81acbe51b7dde (diff)
downloadllvm-1db9bfeba59b15bfb3f8592588e9aa9cd13ccd6b.zip
llvm-1db9bfeba59b15bfb3f8592588e9aa9cd13ccd6b.tar.gz
llvm-1db9bfeba59b15bfb3f8592588e9aa9cd13ccd6b.tar.bz2
[OPENMP][NVPTX]Fixed processing of memory management directives.
Added special processing of the memory management directives/clauses for NVPTX target. For private locals, omp_default_mem_alloc and omp_thread_mem_alloc result in allocation in local memory. omp_const_mem_alloc allocates const memory, omp_teams_mem_alloc allocates shared memory, and omp_cgroup_mem_alloc and omp_large_cap_mem_alloc allocate global memory. llvm-svn: 357923
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions