[llvm-branch-commits] [llvm] [NFC][MachineBlockHashInfo] Fork hash_16_bytes to guarantee stability (PR #192862)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 21 06:01:25 PDT 2026
================
@@ -21,31 +20,48 @@
using namespace llvm;
+// Forked from `hashing::detail::hash_16_bytes` to provide stability.
----------------
arsenm wrote:
The static asserts here also serve as the don't change check
https://github.com/llvm/llvm-project/pull/192862
More information about the llvm-branch-commits
mailing list