[PATCH] D69336: [Support] Make BitVector::BitWord size_t

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 13:17:37 PDT 2019


kparzysz added a comment.

There are custom implementations of these functions for 64-bit unsigned values, so you should make it `uint64_t`.  There is no connection with the pointer size.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69336/new/

https://reviews.llvm.org/D69336





More information about the llvm-commits mailing list