[PATCH] D145819: [FuncSpec] Increase the maximum number of times the specializer can run.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 12:07:08 PDT 2023
SjoerdMeijer added a comment.
High level question first, it looks like that geomean compile-times improve, and that is very surprising.
My guess is that one of the functional changes in `findSpecialization` is a good improvement on itself. Or maybe it is the caching of the CodeMetrics? Anyway, that's my question, just curious if you know what it is?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145819/new/
https://reviews.llvm.org/D145819
More information about the llvm-commits
mailing list