This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1959ce6f3e0 [CostModel] Add generic expansion funnel shift cost support new 5d6a2d85c2c [VPlan, SLP] Add simple SLP analysis on top of VPlan.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Vectorize/CMakeLists.txt | 1 + lib/Transforms/Vectorize/VPlan.cpp | 13 + lib/Transforms/Vectorize/VPlan.h | 125 +++- lib/Transforms/Vectorize/VPlanSLP.cpp | 469 ++++++++++++ lib/Transforms/Vectorize/VPlanValue.h | 16 + unittests/Transforms/Vectorize/CMakeLists.txt | 1 + unittests/Transforms/Vectorize/VPlanSlpTest.cpp | 899 ++++++++++++++++++++++++ 7 files changed, 1523 insertions(+), 1 deletion(-) create mode 100644 lib/Transforms/Vectorize/VPlanSLP.cpp create mode 100644 unittests/Transforms/Vectorize/VPlanSlpTest.cpp