summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-09-17 09:02:48 +0000
committerFlorian Hahn <flo@fhahn.com>2019-09-17 09:02:48 +0000
commit1bd58870e5bd715c7bcbd1180bd50c4f4c7663ff (patch)
treef33280783df2e189af13a81fc2e0f6a7eebe589b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent505553495c43b963512d7ae33a2aa9fe6769a15f (diff)
[LoopUnroll] Use LoopSize+1 as threshold, to allow unrolling loops matching LoopSize.
We use `< UP.Threshold` later on, so we should use LoopSize + 1, to allow unrolling if the result won't exceed to loop size. Fixes PR43305. Reviewers: efriedma, dmgreen, paquette Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D67594 llvm-svn: 372084
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions