sdesmalen-arm wrote: > Would using `std::bitset<128>` be an option here? Yes, I agree that's better than reinventing. I guess `llvm::bitset` would be preferred over `std::bitset` though? https://github.com/llvm/llvm-project/pull/111157