[llvm] [VPlan] Make canonical IV part of the region (PR #156262)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 13:25:43 PDT 2025


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

This has been landed in a separate patch, should be gone now

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


More information about the llvm-commits mailing list