[VPlan] Remove uneeded needsVectorIV check.
authorFlorian Hahn <flo@fhahn.com>
Thu, 28 Apr 2022 15:27:34 +0000 (16:27 +0100)
committerFlorian Hahn <flo@fhahn.com>
Thu, 28 Apr 2022 15:27:34 +0000 (16:27 +0100)
commit43842b887e0a7b918bb2d6c9f672025b2c621f8a
tree2b49ee917db7fc61d331573f63280df60a254a90
parent50d648b40ecdb0bedc0676ed96aad59ebf257d7e
[VPlan] Remove uneeded needsVectorIV check.

Remove one of the last remaining uses of ::needsVectorIV, preparing for
its removal. Now that usesScalars is available and based on the
information explicit in VPlan, there is no need to use the pre-computed
needsVectorIV.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D123720
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp