[llvm] [VPlan] Remove loop region in optimizeForVFAndUF. (PR #108378)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 10:29:24 PDT 2024


================
@@ -714,7 +744,7 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
 }
 
 /// Sink users of \p FOR after the recipe defining the previous value \p
-/// Previous of the recurrence. \returns true if all users of \p FOR could be
+// Previous of the recurrence. \returns true if all users of \p FOR could be
----------------
alexey-bataev wrote:

```suggestion
/// Previous of the recurrence. \returns true if all users of \p FOR could be
```


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


More information about the llvm-commits mailing list