[llvm] [VPlan] Move recording of Inst->VPValue to VPRecipeBuilder (NFCI). (PR #84464)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 09:47:12 PDT 2024


================
@@ -54,7 +54,6 @@ void VPlanTransforms::VPInstructionsToVPRecipes(
               vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE);
           NewRecipe = new VPWidenIntOrFpInductionRecipe(Phi, Start, Step, *II);
         } else {
-          Plan->addVPValue(Phi, VPPhi);
----------------
fhahn wrote:

Done thanks!

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


More information about the llvm-commits mailing list