[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 09:24:00 PST 2024


================
@@ -7585,7 +7393,66 @@ static void AddRuntimeUnrollDisableMetaData(Loop *L) {
   }
 }
 
-SCEV2ValueTy LoopVectorizationPlanner::executePlan(
+// Check if RedResult is a CompueReductionResult instruction, and if it is
----------------
ayalz wrote:

```suggestion
// Check if \p RedResult is a CompueReductionResult instruction, and if it is
```
for consistency with "\p ReductionResumeValues" - should this be under ///?

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


More information about the llvm-commits mailing list