Interfaces changed to take ElementCount as parameters:
- LoopVectorizationPlanner::buildVPlans
- LoopVectorizationPlanner::buildVPlansWithVPRecipes
- LoopVectorizationCostModel::selectVectorizationFactor
This patch is NFC for fixed-width vectors.
Paths
| Differential D90879
[LoopVectorizer] NFC: Propagate ElementCount to more interfaces. ClosedPublic Authored by sdesmalen on Nov 5 2020, 1:37 PM.
Details Summary Interfaces changed to take ElementCount as parameters:
This patch is NFC for fixed-width vectors.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2020, 9:31 AM This revision was landed with ongoing or failed builds.Nov 10 2020, 3:12 AM Closed by commit rGf47573f9bfe5: [LoopVectorizer] NFC: Propagate ElementCount to more interfaces. (authored by sdesmalen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304124 llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
|