[PATCH] D120780: speeding up ext-tsp for huge instances
Sergey Pupyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 16:21:00 PST 2022
spupyrev added a comment.
sorry misspelled increase/decrease
For clang-10 binary, no functions is affected. For the larger prod binary, 2 instances are affected: One is the gigantic with 50K blocks (max chain reaches >30K), another is with 20K blocks (max chain reaches 8K). I suspect it would be safe to set the max bound to 2048 or 1024 without measurable impact on the quality.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120780/new/
https://reviews.llvm.org/D120780
More information about the llvm-commits
mailing list