[all-commits] [llvm/llvm-project] 4fc190: [VPlan] Remove uneeded NeedsVectorIV from VPWidenI...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 17 05:38:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fc190351e5af901b6107d162d07e1fbca90934f
https://github.com/llvm/llvm-project/commit/4fc190351e5af901b6107d162d07e1fbca90934f
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list