[PATCH] D127830: NFC: restructure code for CreateControlFlowHub()
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 22:15:23 PDT 2022
sameerds accepted this revision.
sameerds added a comment.
This revision is now accepted and ready to land.
LGTM, with just one nit.
================
Comment at: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1665
+// block. The last guard block has two outgoing blocks as successors
+// since the condition for the final outgoing block is trivially
+static void setupBranchForGuard(SmallVectorImpl<BasicBlock *> &GuardBlocks,
----------------
missing end of sentence?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127830/new/
https://reviews.llvm.org/D127830
More information about the llvm-commits
mailing list