[PATCH] D74984: [ADT] Add CoalescingBitVector, implemented using IntervalMap [1/3]
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 16:17:45 PST 2020
vsk updated this revision to Diff 246598.
vsk marked 4 inline comments as done.
vsk added a comment.
Address latest round of review feedback:
- Fix a bug in operator|=, see inline comment for more discussion.
- Upgrade testing for set union and set intersection: each test case is now tested two ways ("LHS <op> RHS = Expected" and "RHS <op> LHS = Expected"), as the ops should be symmetric.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74984/new/
https://reviews.llvm.org/D74984
Files:
llvm/docs/ProgrammersManual.rst
llvm/include/llvm/ADT/CoalescingBitVector.h
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/CoalescingBitVectorTest.cpp
llvm/unittests/ADT/IntervalMapTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74984.246598.patch
Type: text/x-patch
Size: 34800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/68f5e8fd/attachment.bin>
More information about the llvm-commits
mailing list