summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-05-16 21:19:59 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-05-16 21:19:59 +0000
commit8a028bf4d7e101cbc128dce75d5951ef87390521 (patch)
treeb7b60d69c39a0e7e4584752d2e8cde485d4b7a48 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
parent2920b3640164dce96381dfed228e4c9956d7876a (diff)
downloadbcm5719-llvm-8a028bf4d7e101cbc128dce75d5951ef87390521.tar.gz
bcm5719-llvm-8a028bf4d7e101cbc128dce75d5951ef87390521.zip
AMDGPU: Fix promote alloca pass creating huge arrays
This was assuming it could use all memory before, which is a bad decision because it restricts occupancy. By default, only try to use enough space that could reduce occupancy to 7, an arbitrarily chosen limit. Based on the exist LDS usage, try to round up to the limit in the current tier instead of further hurting occupancy. This isn't ideal, because it doesn't accurately know how much space is going to be used for alignment padding. llvm-svn: 269708
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud