[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 16:59:20 PST 2024


================
@@ -7896,6 +7913,8 @@ EpilogueVectorizerMainLoop::emitIterationCountCheck(BasicBlock *Bypass,
     setBranchWeights(BI, MinItersBypassWeights, /*IsExpected=*/false);
   ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI);
 
+  // Connect TCCheckblock to the VPlan.
----------------
ayalz wrote:

Comment is redundant, either update to add information or remove.

https://github.com/llvm/llvm-project/pull/114292


More information about the llvm-commits mailing list