[llvm] [VPlan] Connect Entry to scalar preheader during initial construction. (PR #140132)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 02:18:35 PDT 2025
================
@@ -2368,14 +2368,11 @@ InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) {
void InnerLoopVectorizer::introduceCheckBlockInVPlan(BasicBlock *CheckIRBB) {
----------------
ayalz wrote:
Clarify that CheckBlock now excludes the initial trip-count check, which is expected to be already introduced before calling `introduceCheckBlockInVPlan()`?
https://github.com/llvm/llvm-project/pull/140132
More information about the llvm-commits
mailing list