[Lldb-commits] [PATCH] D67540: [lldb] Remove SetCount/ClearCount from Flags
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 13 02:09:04 PDT 2019
teemperor created this revision.
teemperor added a reviewer: davide.
Herald added subscribers: lldb-commits, JDevlieghere, abidh.
Herald added a project: LLDB.
These functions are only used in tests where we should test the actual flag values instead of counting all bits for an approximate check.
Also these popcount implementation aren't very efficient and doesn't seem to be optimised to anything fast.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D67540
Files:
lldb/include/lldb/Utility/Flags.h
lldb/unittests/Utility/FlagsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67540.220051.patch
Type: text/x-patch
Size: 2359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190913/4bf4ae87/attachment.bin>
More information about the lldb-commits
mailing list