diff options
author | Florian Hahn <flo@fhahn.com> | 2019-05-09 17:05:52 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2019-05-09 17:05:52 +0000 |
commit | be10bc71f9af497cfe93e316e23fab6633ae54f6 (patch) | |
tree | 598d93eace2033c6fbbdbb3ab7c02c8e7dce5542 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 0b68fc3f59b52cadf83e5283c9d5d17a29d398ae (diff) | |
download | bcm5719-llvm-be10bc71f9af497cfe93e316e23fab6633ae54f6.tar.gz bcm5719-llvm-be10bc71f9af497cfe93e316e23fab6633ae54f6.zip |
[DAGCombiner] Limit number of nodes explored as store candidates.
To find the candidates to merge stores we iterate over all nodes in a chain
for each store, which leads to quadratic compile times for large basic blocks
with a large number of stores.
Reviewers: niravd, spatel, craig.topper
Reviewed By: niravd
Differential Revision: https://reviews.llvm.org/D61511
llvm-svn: 360357
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions