[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 Nov 7 13:41:24 PST 2024


================
@@ -2426,6 +2426,26 @@ InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) {
   return VectorTripCount;
 }
 
+static void connectScalarPreheaderInVPlan(VPlan &Plan) {
----------------
fhahn wrote:

Yep, also added a comment, thanks!

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


More information about the llvm-commits mailing list