diff options
author | Tim Northover <tnorthover@apple.com> | 2019-08-27 10:21:11 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2019-08-27 10:21:11 +0000 |
commit | a7f226f9dba3472173a1ea261a3f79114caf936c (patch) | |
tree | 690de0e570c428653e538fea3d83b063185487f6 /lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py | |
parent | bccbd74c625507f52ed4666e0ce138bd99c618ab (diff) | |
download | bcm5719-llvm-a7f226f9dba3472173a1ea261a3f79114caf936c.tar.gz bcm5719-llvm-a7f226f9dba3472173a1ea261a3f79114caf936c.zip |
AArch64: avoid creating cycle in DAG for post-increment NEON ops.
Inserting a value into Visited has the effect of terminating a search for
predecessors if that node is seen. This is legitimate for the base address, and
acts as a slight performance optimization, but the vector-building node can be
paert of a legitimate cycle so we shouldn't stop searching there.
PR43056.
llvm-svn: 370036
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py')
0 files changed, 0 insertions, 0 deletions