[llvm-branch-commits] [llvm] [BOLT] Match functions with pseudo probes (PR #100446)
Maksim Panchenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 17 20:56:48 PST 2025
================
@@ -242,6 +253,18 @@ class YAMLProfileReader : public ProfileReaderBase {
ProfiledFunctions.emplace(&BF);
}
+ /// Return a top-level binary inline tree node for a given \p BF
----------------
maksfb wrote:
```suggestion
/// Return a top-level binary inline tree node for a given \p BF.
```
https://github.com/llvm/llvm-project/pull/100446
More information about the llvm-branch-commits
mailing list