This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68040127a3a [AIX][XCOFF][NFC] Change the SectionLen field name of CSect [...] new 51a2302242c [NFC] Remove files got accidentally upload in llvm-svn 374179 new f4f16f170b8 [AArch64] Ensure no tagged memory is left in the unallocate [...] new 006958b5ff5 [SLP] respect target register width for GEP vectorization ( [...]
The 3 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: D68650.diff | 34 ---- lib/Target/AArch64/AArch64StackTagging.cpp | 83 ++++++++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 14 +- test/CodeGen/AArch64/stack-tagging-ex-1.ll | 69 ++++++++ test/CodeGen/AArch64/stack-tagging-ex-2.ll | 183 +++++++++++++++++++++ .../AArch64/stack-tagging-untag-placement.ll | 82 +++++++++ test/Transforms/SLPVectorizer/AArch64/ext-trunc.ll | 30 ++-- .../SLPVectorizer/AArch64/getelementptr.ll | 57 +++---- test/Transforms/SLPVectorizer/X86/load-merge.ll | 31 ++-- 9 files changed, 472 insertions(+), 111 deletions(-) delete mode 100644 D68650.diff create mode 100644 test/CodeGen/AArch64/stack-tagging-ex-1.ll create mode 100644 test/CodeGen/AArch64/stack-tagging-ex-2.ll create mode 100644 test/CodeGen/AArch64/stack-tagging-untag-placement.ll