[llvm-branch-commits] [llvm] [BOLT] Match blocks with pseudo probes (PR #99891)

Lei Wang via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 6 19:24:26 PST 2024


wlei-llvm wrote:

> > Ping @wlei-llvm
> 
> Sorry for the delay. The new version addressed my last comment (with just minor nits). However, I didn't fully follow the new features related to `ProbeMatchSpecs` stuffs. Could you add more descriptions to the diff summary? Or if it’s not a lot of work, could we split it into two patches? We could commit the first part, and I will review the second part separately.

NVM, I think now I get what `ProbeMatchSpecs` does, it's a vector because a function can have multiple sections(function split)

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


More information about the llvm-branch-commits mailing list