[llvm] [VPlan] Add VPValue for VF, use it for VPWidenIntOrFpInductionRecipe. (PR #95305)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 06:33:39 PDT 2024


================
@@ -3282,6 +3287,8 @@ class VPlan {
   /// Represents the vector trip count.
   VPValue VectorTripCount;
 
+  VPValue VF;
----------------
fhahn wrote:

Agreed, I think ideally the loop region would be a user of both VF, UF (and possibly VF x UF).

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


More information about the llvm-commits mailing list