[PATCH] D102943: Hashing: use a 64-bit storage type on all platforms.
Alexandre Rames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 27 15:40:51 PDT 2021
arames added a comment.
This new version is an attempt to have modules not rely on `llvm::hash_code`, but on a new `llvm::stable_hash_code`.
I understand modifying `ADT/Hashing.h` is sensitive, so maybe we need to discuss the high-level approach first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102943/new/
https://reviews.llvm.org/D102943
More information about the llvm-commits
mailing list