[PATCH] D77038: Fix bug in BitVector and SmallBitVector DenseMap hashing
Brad Moody via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 21:29:39 PDT 2020
bmoody added a comment.
@Meinersbur I think you may have misunderstood this change - this change is to make hashing insensitive to //capacity//, not size. Both were already sensitive to size and still are after this change (and I agree that this is the correct behaviour). Please correct me if I've misunderstood your comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77038/new/
https://reviews.llvm.org/D77038
More information about the llvm-commits
mailing list