summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/default-constructor
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2018-07-09 17:43:58 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2018-07-09 17:43:58 +0000
commitb99dcb5f31049381a7ca29def6edeb48da3217b0 (patch)
treea82991801b46b40459cac79a512640dc455708ad /lldb/packages/Python/lldbsuite/test/python_api/default-constructor
parent47170b3153a4a494bbfd76d31e2fbb754dda34ec (diff)
downloadbcm5719-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/python_api/default-constructor')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud