[llvm] [LV] Decompose WidenIntOrFPInduction into phi and update recipes (PR #82021)
Kolya Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 11:45:00 PST 2024
================
@@ -2859,6 +2877,9 @@ class VPlan {
/// Represents the loop-invariant VF * UF of the vector loop region.
VPValue VFxUF;
+ /// Represents widened VF * UF for each UF of the vector loop region.
+ VPValue WidenVFxUF;
----------------
nikolaypanchenko wrote:
Agree, that will be great to have.
https://github.com/llvm/llvm-project/pull/82021
More information about the llvm-commits
mailing list