[llvm-branch-commits] [llvm] [BOLT] Match functions with call graph (PR #98125)
Davide Italiano via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 15 11:21:11 PDT 2024
================
@@ -16,6 +16,37 @@
namespace llvm {
namespace bolt {
+/// A class for matching binary functions in functions in the YAML profile.
----------------
dcci wrote:
I think it would be useful to add a general description of the algorithm, in particular if you have a reference to the paper, somewhere.
https://github.com/llvm/llvm-project/pull/98125
More information about the llvm-branch-commits
mailing list