[llvm] [BOLT] Hash-based function matching (PR #96572)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 13:53:41 PDT 2024
================
@@ -22,12 +22,19 @@ namespace opts {
extern cl::opt<unsigned> Verbosity;
extern cl::OptionCategory BoltOptCategory;
extern cl::opt<bool> InferStaleProfile;
+extern cl::opt<bool> MatchProfileWithFunctionHash;
----------------
maksfb wrote:
No longer needed.
https://github.com/llvm/llvm-project/pull/96572
More information about the llvm-commits
mailing list