================ @@ -67,8 +77,11 @@ class Bitset { set(I); } - Bitset &set() { - llvm::fill(Bits, -BitWord(0)); ---------------- topperc wrote: Was this code incorrect before? https://github.com/llvm/llvm-project/pull/172062