[PATCH] D74984: [ADT] Add CoalescingBitVector, implemented using IntervalMap [1/3]

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 13:16:12 PST 2020


vsk updated this revision to Diff 246287.
vsk marked 15 inline comments as done.
vsk added a comment.

Address review feedback:

- Describe the new container in the programmer's manual.
- Relax `reset`. This can now be used to reset an already-unset bit.
- Relax `operator|=`. This can now be used to perform set-union when the sets overlap.
- Add suggested tests and address various other bits of feedback.


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.246287.patch
Type: text/x-patch
Size: 31572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200224/81b9f105/attachment.bin>


More information about the llvm-commits mailing list