Files
llvm-project/llvm/lib/CodeGen/MachineBlockHashInfo.cpp
Vitaly Buka 440872232b [NFC][MachineBlockHashInfo] Add static asserts to guard agains hash_16_bytes changes (#192862)
`hashing::detail::hash_16_bytes` is not guaranteed to be stable across
different versions of LLVM, it can change any time.

We put asserts here, so if it changed, author don't forget to work
around them here.
2026-04-22 18:25:06 +00:00

5.3 KiB