[all-commits] [llvm/llvm-project] 43842b: [VPlan] Remove uneeded needsVectorIV check.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 28 08:30:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43842b887e0a7b918bb2d6c9f672025b2c621f8a
https://github.com/llvm/llvm-project/commit/43842b887e0a7b918bb2d6c9f672025b2c621f8a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list