This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05f671ecfa2 Revert r302678 "[AArch64] Enable use of reduction intrinsics." new 2efa5091b68 [SLP] Enable 64-bit wide vectorization on AArch64
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 | 7 +++++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++ lib/Analysis/TargetTransformInfo.cpp | 4 ++++ lib/Target/AArch64/AArch64Subtarget.cpp | 8 ++++++++ lib/Target/AArch64/AArch64Subtarget.h | 7 +++++++ lib/Target/AArch64/AArch64TargetTransformInfo.h | 4 ++++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 5 ++++- .../SLPVectorizer/AArch64/64-bit-vector.ll | 22 ++++++++++++++++++++++ 8 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/SLPVectorizer/AArch64/64-bit-vector.ll