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

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 13:55:31 PDT 2022


Amir added inline comments.


================
Comment at: bolt/lib/Core/BinaryContext.cpp:631
 
-    if (!BF.isSimple())
+    bool nonSimpleParent = false;
+    for (BinaryFunction *BF : JT->Parents)
----------------
idk how clang-format skipped this


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