[llvm-branch-commits] [llvm] [BOLT] Match blocks with calls as anchors (PR #96596)
Davide Italiano via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 5 14:18:52 PDT 2024
================
@@ -155,5 +155,51 @@ std::string hashBlockLoose(BinaryContext &BC, const BinaryBasicBlock &BB) {
return HashString;
}
+/// An even looser hash of a basic block to use with stale profile matching,
----------------
dcci wrote:
You can say: a looser version of $SOMETHING and make it more explicit.
https://github.com/llvm/llvm-project/pull/96596
More information about the llvm-branch-commits
mailing list