[PATCH] D101231: [RFC][InlineCost] Don't count the cost of truly exceptionally unlikely blocks (PR50099)
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 24 11:16:56 PDT 2021
davidxl added a comment.
Do we know why the destructor call is determined to be cold in the first place? Is there something can be done to improve static branch prediction?
I believe this patch itself will likely help improve performance of programs with EH (without PGO) at the cost of increased code size in general.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101231/new/
https://reviews.llvm.org/D101231
More information about the llvm-commits
mailing list