[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 04:59:54 PDT 2024


================
@@ -8842,6 +8843,8 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
           J++;
         }
         MemberR->eraseFromParent();
+        if (!Member->getType()->isVoidTy())
----------------
fhahn wrote:

Yes, updated to take the name of MemberR

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


More information about the llvm-commits mailing list