[PATCH] D128474: [BOLT] Support multiple parents for split jump table

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 17:03:04 PDT 2022


rafauler 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:
> Remove dead code
Now I see it is used in the follow-up 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