[llvm] [VPlan] Use ResumePhi to create reduction resume phis. (PR #110004)

via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 12:46:53 PDT 2024


================
@@ -7467,23 +7467,31 @@ static void addRuntimeUnrollDisableMetaData(Loop *L) {
 }
 
 // Check if \p RedResult is a ComputeReductionResult instruction, and if it is
----------------
ayalz wrote:

```suggestion
// If \p RedResult is a ComputeReductionResult when vectorizing the epilog loop,
```

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


More information about the llvm-commits mailing list