[PATCH] D159488: [BOLT] matching stale entry blocks
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 14:51:52 PDT 2023
Amir accepted this revision.
Amir added a comment.
This revision is now accepted and ready to land.
Thanks. We recently discussed a case where stale matching was unable to match any block in a function and so function exec count was not set. We thought it's still beneficial to set exec count in this case for function reordering. I assume the entry block match will also make stale matching set function exec count in this scenario?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159488/new/
https://reviews.llvm.org/D159488
More information about the llvm-commits
mailing list