diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-01-07 18:03:36 +0000 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-01-07 18:03:36 +0000 |
commit | 353d92decb38bcb163f49178ae950a89ccca6f54 (patch) | |
tree | 65fd9d1667ac1a3bf323916399f510578ae8c618 /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp | |
parent | 0d05790030e0a99bf25bbc4f311c66d7362d13c5 (diff) | |
download | bcm5719-llvm-353d92decb38bcb163f49178ae950a89ccca6f54.tar.gz bcm5719-llvm-353d92decb38bcb163f49178ae950a89ccca6f54.zip |
[DemandedBits] Use SetVector for Worklist
DemandedBits currently uses a simple vector for the worklist, which
means that instructions may be inserted multiple times into it.
Especially in combination with the deep lattice, this may cause
instructions too be recomputed very often. To avoid this, switch
to a SetVector.
Differential Revision: https://reviews.llvm.org/D56362
llvm-svn: 350547
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp')
0 files changed, 0 insertions, 0 deletions