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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 04:49:34 PDT 2024


================
@@ -3380,6 +3387,8 @@ class VPlan {
   /// Returns VF * UF of the vector loop region.
   VPValue &getVFxUF() { return VFxUF; }
 
+  VPValue *getVF() { return &VF; };
----------------
fhahn wrote:

Updated, thanks!

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


More information about the llvm-commits mailing list