[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 08:36:52 PST 2023
================
@@ -8992,7 +8852,25 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
SmallVector<VPReductionPHIRecipe *> InLoopReductionPhis;
----------------
ayalz wrote:
Worth explaining what is happening here, before it was only collecting InLoopReductionPhis.
https://github.com/llvm/llvm-project/pull/70253
More information about the llvm-commits
mailing list