[PATCH] D108124: Fix type in DenseMap<BitVector, *> to match V.size()
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 07:12:21 PDT 2021
rengolin added a comment.
Nope, user code all over LLVM is expecting one to return `size_t` and the other `unsigned`, so I'll leave that major refactory to another day.
For now, I'll just change the one that is clearly wrong (`SmallBitVector`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108124/new/
https://reviews.llvm.org/D108124
More information about the llvm-commits
mailing list