================ @@ -9079,6 +9043,9 @@ void LoopVectorizationPlanner::adjustRecipesForReductions( LinkVPBB->insert(FMulRecipe, CurrentLink->getIterator()); VecOp = FMulRecipe; } else { + if (PhiR->isInLoop() && isa<VPBlendRecipe>(CurrentLink)) + continue; + ---------------- fhahn wrote:
Updated, thanks! https://github.com/llvm/llvm-project/pull/76090 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits