[PATCH] D126111: [BOLT] Increase coverage of shrink wrapping [1/5]
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 13:58:39 PDT 2022
Amir accepted this revision.
Amir added a comment.
This revision is now accepted and ready to land.
LGTM, at least the code changes match the description.
One quick question: does this diff result in a functional change because the score is computed differently? Or the change from `getKnownExecutionCount == 0` to `getFunctionScore == 0` shouldn't result in a functional change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126111/new/
https://reviews.llvm.org/D126111
More information about the llvm-commits
mailing list