[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)
shaw young via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 25 12:49:42 PDT 2024
shawbyoung wrote:
> Thank you for checking the runtime, and it's quite high. We'll need extra filtering by block count to keep runtime low - please add it as we discussed.
>if (BF->size() != YamlBF.NumBasicBlocks)
> continue;
Functions are filtered by block size here @aaupov
https://github.com/llvm/llvm-project/pull/95884
More information about the llvm-branch-commits
mailing list