[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 25 09:30:46 PST 2024
================
@@ -8842,6 +8843,8 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
J++;
}
MemberR->eraseFromParent();
+ if (!Member->getType()->isVoidTy())
----------------
ayalz wrote:
nit: could this be folded within the same `if` above?
https://github.com/llvm/llvm-project/pull/81411
More information about the llvm-commits
mailing list