[llvm] [SampleFDO] Stale profile renaming matching (PR #92151)

Lei Wang via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 21:00:25 PDT 2024


wlei-llvm wrote:

In the new commit:
- Added the non-inline call target matching. 
- Sort the input profiles to make the matching deterministic.
- Merged the matching and find function into a one function `findOrMatchNewFunction`.
- Other misc issues.

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


More information about the llvm-commits mailing list