[compiler-rt] [llvm-profdata] Do not create numerical strings for MD5 function names read from a Sample Profile. (PR #66164)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 15:53:51 PDT 2023
================
@@ -305,6 +304,10 @@ struct LineLocation {
return LineOffset != O.LineOffset || Discriminator != O.Discriminator;
}
+ uint64_t getHashCode() const {
----------------
WenleiHe wrote:
LineLocationHash should reuse getHashCode to avoid future divergence.
https://github.com/llvm/llvm-project/pull/66164
More information about the llvm-commits
mailing list