[llvm] [BOLT] Hash-based function matching (PR #96572)

shaw young via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 11:20:43 PDT 2024


================
@@ -2982,6 +2981,9 @@ void RewriteInstance::selectFunctionsToProcess() {
     if (mustSkip(Function))
       return false;
 
+    if (opts::MatchProfileWithFunctionHash)
+      return true;
+
----------------
shawbyoung wrote:

You're right - I'll move it there 

https://github.com/llvm/llvm-project/pull/96572


More information about the llvm-commits mailing list