[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 11:51:25 PST 2024
================
@@ -8074,6 +8090,15 @@ EpilogueVectorizerEpilogueLoop::emitMinimumVectorEpilogueIterCountCheck(
}
ReplaceInstWithInst(Insert->getTerminator(), &BI);
LoopBypassBlocks.push_back(Insert);
+
----------------
fhahn wrote:
Added a comment, thanks!
https://github.com/llvm/llvm-project/pull/114292
More information about the llvm-commits
mailing list