[all-commits] [llvm/llvm-project] db0d63: [ADT][BitVector][NFC] Merge find_first_in() / find...

Stefanos Baziotis via All-commits all-commits at lists.llvm.org
Tue Jul 28 18:52:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db0d636e52c163196bc8abeb62b649b7de700569
      https://github.com/llvm/llvm-project/commit/db0d636e52c163196bc8abeb62b649b7de700569
  Author: Stefanos Baziotis <sdi1600105 at di.uoa.gr>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/BitVector.h

  Log Message:
  -----------
  [ADT][BitVector][NFC] Merge find_first_in() / find_first_unset_in()

We can implement find_first_unset_in() in the same function
if every BitWord we use is first flipped.

Differential Revision: https://reviews.llvm.org/D84717




More information about the All-commits mailing list