[llvm] Adding Matching and Inference Functionality to Propeller-PR3: Read basic block hashes from propeller profile. (PR #164223)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 01:44:00 PDT 2025
================
@@ -493,6 +521,12 @@ uint64_t BasicBlockSectionsProfileReaderWrapperPass::getEdgeCount(
return BBSPR.getEdgeCount(FuncName, SrcBBID, SinkBBID);
}
+std::pair<bool, FunctionPathAndClusterInfo>
+BasicBlockSectionsProfileReaderWrapperPass::getFunctionPathAndClusterInfo(
----------------
wdx727 wrote:
This method will be used in the next PR, and we have removed it from this PR.
https://github.com/llvm/llvm-project/pull/164223
More information about the llvm-commits
mailing list