topperc wrote:

> Do you hit the same problem with `llvm::Bitset` as you do with `std::bitset`?

Yeah. There's no way to access the underlying array. The constructor for 
llvm::Bitset takes a list of bits. Maybe we could print out the bit positions 
instead of the array?

https://github.com/llvm/llvm-project/pull/132895
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to