diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2018-07-09 17:43:58 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2018-07-09 17:43:58 +0000 |
commit | b99dcb5f31049381a7ca29def6edeb48da3217b0 (patch) | |
tree | a82991801b46b40459cac79a512640dc455708ad /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py | |
parent | 47170b3153a4a494bbfd76d31e2fbb754dda34ec (diff) | |
download | bcm5719-llvm-b99dcb5f31049381a7ca29def6edeb48da3217b0.tar.gz bcm5719-llvm-b99dcb5f31049381a7ca29def6edeb48da3217b0.zip |
[OPENMP, NVPTX] Do not globalize local variables in parallel regions.
In generic data-sharing mode we are allowed to not globalize local
variables that escape their declaration context iff they are declared
inside of the parallel region. We can do this because L2 parallel
regions are executed sequentially and, thus, we do not need to put
shared local variables in the global memory.
llvm-svn: 336567
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py')
0 files changed, 0 insertions, 0 deletions