[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)
shaw young via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 24 23:21:41 PDT 2024
shawbyoung wrote:
> Can you please also note the runtime of the namespace-filtered pairwise checks? This would guide us in whether to add a BB count filtering.
Ran BOLT on the adpublisher binary – with name similarity function matching, total execution time of rewrite passes was 2235.2883 seconds (1989.1823 wall clock) with an edit distance threshold of 20 and 2194.1708 seconds (1986.2007 wall clock) with an edit distance threshold of 10. Without name similarity matching, total execution time of rewrite passes was 520.4121 seconds (296.4178 wall clock).
https://github.com/llvm/llvm-project/pull/95884
More information about the llvm-branch-commits
mailing list