[llvm] [VPlan] Connect Entry to scalar preheader during initial construction. (PR #140132)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 05:51:23 PDT 2025
================
@@ -2368,14 +2368,11 @@ InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) {
void InnerLoopVectorizer::introduceCheckBlockInVPlan(BasicBlock *CheckIRBB) {
----------------
fhahn wrote:
Added a note, thanks
https://github.com/llvm/llvm-project/pull/140132
More information about the llvm-commits
mailing list