This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20a1e3c6aca [TTI] Make TargetTransformInfo::getOperandInfo static. NFCI. new 8f37d00cdf8 [VPlan] VPlan version of InterleavedAccessInfo.
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: include/llvm/Analysis/VectorUtils.h | 70 +++++++++++++++++------------- lib/Analysis/VectorUtils.cpp | 34 ++++++++++----- lib/Transforms/Vectorize/LoopVectorize.cpp | 13 +++--- lib/Transforms/Vectorize/VPlan.cpp | 45 +++++++++++++++++++ lib/Transforms/Vectorize/VPlan.h | 52 ++++++++++++++++++++-- lib/Transforms/Vectorize/VPlanValue.h | 1 + 6 files changed, 166 insertions(+), 49 deletions(-)