================
@@ -21,7 +21,7 @@
using namespace llvm;
// Forked from `hashing::detail::hash_16_bytes` to provide stability.
-static constexpr uint64_t hash_16_bytes(uint64_t low, uint64_t high) {
+static constexpr uint64_t hash16Bytes(uint64_t low, uint64_t high) {
----------------
thurstond wrote:
The rename makes it inconsistent with the function it was forked from. Is this
tradeoff worth being locally consistent within this file?
https://github.com/llvm/llvm-project/pull/192863
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits