[llvm-branch-commits] [llvm] [BOLT] Match functions with call graph (PR #98125)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 15 15:19:36 PDT 2024
================
@@ -16,6 +16,37 @@
namespace llvm {
namespace bolt {
+/// A class for matching binary functions in functions in the YAML profile.
+struct CallGraphMatcher {
----------------
aaupov wrote:
Let's make it a proper class
https://github.com/llvm/llvm-project/pull/98125
More information about the llvm-branch-commits
mailing list