[PATCH] D87435: [PGO] Skip if an IndirectBrInst critical edge cannot be split

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 09:50:58 PDT 2020


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

SGTM, thanks



================
Comment at: llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp:810
 
+  // Some IndirectBr critical edges cannot be split by the previous
+  // SplitIndirectBrCriticalEdges call. Bail out.
----------------
s/previous/following/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87435/new/

https://reviews.llvm.org/D87435



More information about the llvm-commits mailing list