summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
diff options
context:
space:
mode:
authorMark Searles <m.c.searles@gmail.com>2018-05-30 15:47:45 +0000
committerMark Searles <m.c.searles@gmail.com>2018-05-30 15:47:45 +0000
commit1054541490dbb538fe67408598e93b5494ba7b25 (patch)
tree126e538fc9e508e32da900be77280448c039b2b9 /lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
parent70d8d5107378d84d0d2a2130750024f47bc0d400 (diff)
downloadbcm5719-llvm-1054541490dbb538fe67408598e93b5494ba7b25.tar.gz
bcm5719-llvm-1054541490dbb538fe67408598e93b5494ba7b25.zip
[AMDGPU][Waitcnt] Fix handling of loops with many bottom blocks
In terms of waitcnt insertion/if necessary, the waitcnt pass forces convergence for a loop. Previously, that kicked if greater than 2 passes over a loop, which doesn't account for loop with many bottom blocks. So, increase the threshold to (n+1), where n is the number of bottom blocks. This gives the pass an opportunity to consider the contribution of each bottom block, to the overall loop, before the forced convergence potentially kicks in. Differential Revision: https://reviews.llvm.org/D47488 llvm-svn: 333556
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud