[PATCH] D18578: Introduce BitSet: A BitVector based class behaving like std::set/DenseSet

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 15:47:09 PST 2016


MatzeB abandoned this revision.
MatzeB added a comment.

Abandoning for lack of progress and use case. The motivating pass simply uses a combination of BitVector+Set instead of a SetVector now.


Repository:
  rL LLVM

https://reviews.llvm.org/D18578





More information about the llvm-commits mailing list