[llvm-branch-commits] [llvm] [VPlan] Initial modeling of runtime VF * UF as VPValue. (PR #74761)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 7 14:36:28 PST 2023


================
@@ -2624,6 +2644,9 @@ class VPlan {
   /// The vector trip count.
   VPValue &getVectorTripCount() { return VectorTripCount; }
 
+  /// Returns runtime VF * UF for the vector loop region.
----------------
ayalz wrote:

```suggestion
  /// Returns the VF * UF of the vector loop region.
```

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


More information about the llvm-branch-commits mailing list