[PATCH] D128870: [BOLT] Don't apply ICP to instructions with unknown control flow
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 15:21:50 PDT 2022
maksfb accepted this revision.
maksfb added a comment.
This revision is now accepted and ready to land.
Filtering out functions with `hasUnknownControlFlow()` property in `shouldOptimize()` sounds more straightforward. But if you feel confident that some call sites could still be optimized, go for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128870/new/
https://reviews.llvm.org/D128870
More information about the llvm-commits
mailing list