[PATCH] D128474: [BOLT] Support multiple parents for split jump table
Huan Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 17:27:26 PDT 2022
nhuhuan marked 2 inline comments as done.
nhuhuan added inline comments.
================
Comment at: bolt/include/bolt/Core/BinaryContext.h:238-241
+ /// Return function fragments to skip.
+ const std::unordered_set<BinaryFunction *> &getFragmentsToSkip() {
+ return FragmentsToSkip;
+ }
----------------
rafauler wrote:
> rafauler wrote:
> > Remove dead code
> Now I see it is used in the follow-up diff
Right. The follow-up diff depends on this diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128474/new/
https://reviews.llvm.org/D128474
More information about the llvm-commits
mailing list