[VPlan] Remove uneeded NeedsVectorIV from VPWidenIntOrFpInduction.
authorFlorian Hahn <flo@fhahn.com>
Mon, 17 Apr 2023 12:38:00 +0000 (13:38 +0100)
committerFlorian Hahn <flo@fhahn.com>
Mon, 17 Apr 2023 12:38:00 +0000 (13:38 +0100)
commit4fc190351e5af901b6107d162d07e1fbca90934f
tree01ce72ce8aaa67524ae0b0535430aaf0bf2a45e7
parent9d9046f06d55692c5be51164694a4959d9e212b2
[VPlan] Remove uneeded NeedsVectorIV from VPWidenIntOrFpInduction.

After recent improvements, all instances of
VPWidenIntOrFpInductionRecipe should needs a vector IV and there's no
need for a separate field.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp