[llvm] [VPlan] Add VPValue for VF, use it for VPWidenIntOrFpInductionRecipe. (PR #95305)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 03:58:10 PDT 2024
================
@@ -1241,6 +1258,7 @@ VPlan *VPlan::duplicate() {
}
Old2NewVPValues[&VectorTripCount] = &NewPlan->VectorTripCount;
Old2NewVPValues[&VFxUF] = &NewPlan->VFxUF;
+ Old2NewVPValues[&VF] = &NewPlan->VF;
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/95305
More information about the llvm-commits
mailing list