[llvm] [BOLT] Expose pseudo probe function checksum and GUID (PR #99389)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 22:40:41 PDT 2024
================
@@ -151,6 +151,8 @@ struct BinaryFunctionProfile {
llvm::yaml::Hex64 Hash{0};
uint64_t ExecCount{0};
std::vector<BinaryBasicBlockProfile> Blocks;
+ llvm::yaml::Hex64 GUID{0};
+ llvm::yaml::Hex64 PseudoProbeDescHash{0};
----------------
WenleiHe wrote:
This isn't really a pseudo-probe hash, just like GUID isn't really a pseudo-probe GUID. Can we call it CFG checksum/hash?
https://github.com/llvm/llvm-project/pull/99389
More information about the llvm-commits
mailing list