This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3cc6ce0cb7 [llvm-objdump] Mark syms/t flags as NotHidden. NFC. new 06bac6c858a [LV] Support vectorization of interleave-groups that requir [...]
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/TargetTransformInfo.h | 20 +- include/llvm/Analysis/TargetTransformInfoImpl.h | 3 +- include/llvm/Analysis/VectorUtils.h | 19 +- include/llvm/CodeGen/BasicTTIImpl.h | 16 +- lib/Analysis/TargetTransformInfo.cpp | 9 +- lib/Analysis/VectorUtils.cpp | 24 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 9 +- lib/Target/AArch64/AArch64TargetTransformInfo.h | 4 +- lib/Target/ARM/ARMTargetTransformInfo.cpp | 8 +- lib/Target/ARM/ARMTargetTransformInfo.h | 4 +- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 8 +- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 8 +- lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 +- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 8 +- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 4 +- lib/Target/X86/X86TargetTransformInfo.cpp | 28 +- lib/Target/X86/X86TargetTransformInfo.h | 9 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 114 +++++--- .../X86/x86-interleaved-accesses-masked-group.ll | 305 ++++++++++++++++----- 20 files changed, 453 insertions(+), 153 deletions(-)