[llvm] [VPlan] Create epilogue minimum iteration check in VPlan. (PR #157545)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 14:00:52 PDT 2025
================
@@ -9555,10 +9443,11 @@ static void preparePlanForMainVectorLoop(VPlan &MainPlan, VPlan &EpiPlan) {
/// Prepare \p Plan for vectorizing the epilogue loop. That is, re-use expanded
/// SCEVs from \p ExpandedSCEVs and set resume values for header recipes.
----------------
ayalz wrote:
Explain \p InstsToMove?
https://github.com/llvm/llvm-project/pull/157545
More information about the llvm-commits
mailing list