[llvm] [VPlan] Don't reset canonical IV start value. (PR #161589)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 11 13:30:18 PDT 2025


================
@@ -1234,6 +1234,17 @@ static void simplifyRecipe(VPRecipeBase &R, VPTypeAnalysis &TypeInfo) {
   if (!Plan->isUnrolled())
     return;
 
----------------
fhahn wrote:

Added with minor edit, as this applies to any (scalar) phi

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


More information about the llvm-commits mailing list