[llvm] [SamplePGO] Add a cutoff for number of profile matching anchors (PR #95542)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:31:19 PDT 2024


https://github.com/WenleiHe commented:

Myer's diffing used here is supposed to be of O(ND), usually we don't have a ton of diff from LCS, so it's surprising to see quadratic behavior here..

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


More information about the llvm-commits mailing list