[all-commits] [llvm/llvm-project] 978883: [VPlan] Add InductionDescriptor to VPWidenIntOrFpI...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 10 01:56:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 978883d254fdb882266f529b4bd404d0ece37732
https://github.com/llvm/llvm-project/commit/978883d254fdb882266f529b4bd404d0ece37732
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
Log Message:
-----------
[VPlan] Add InductionDescriptor to VPWidenIntOrFpInduction. (NFC)
This allows easier access to the induction descriptor from VPlan,
without needing to go through Legal. VPReductionPHIRecipe already
contains a RecurrenceDescriptor in a similar fashion.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D115111
More information about the All-commits
mailing list