[llvm] [CodeGen] Use std::bitset for MachineFunctionProperties (PR #94627)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 08:13:43 PDT 2024
aengelke wrote:
> This was a BitVector, not a SmallVector
Yeah, fixed that, thanks. BitVector is implemented on the top of a SmallVector, though. ;)
https://github.com/llvm/llvm-project/pull/94627
More information about the llvm-commits
mailing list