[clang] [llvm] [InstrProf] Fix frontend generated function hash (PR #165358)
Stephen Senran Zhang via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 19:02:14 PDT 2025
================
@@ -734,7 +734,7 @@ void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() {
FunctionHash = (((uint64_t)JCH.getCRC()) << 28) + JC.getCRC();
// Reserve bit 60-63 for other information purpose.
----------------
zsrkmyn wrote:
Thanks! Updated.
https://github.com/llvm/llvm-project/pull/165358
More information about the llvm-commits
mailing list