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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 15:53:28 PST 2025


================
@@ -3846,7 +3844,10 @@ class VPlan {
 
   /// Returns the preheader of the vector loop region.
----------------
ayalz wrote:

```suggestion
  /// Returns the preheader of the vector loop region, if one exists, or null otherwise.
```

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


More information about the llvm-commits mailing list