This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46a30b98c29 [InstCombine] allow more binop (shuffle X), C transforms new f9deb984807 [AArch64] Gangup loads and stores for pairing. new c2421e4a708 [AArch64][SVE] Improve diagnostics for vectors with incorre [...]
The 2 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/CodeGen/TargetLowering.h | 17 +++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 89 +++++++++++++++++++++- lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/Target/AArch64/AArch64ISelLowering.cpp | 2 + lib/Target/AArch64/AArch64RegisterInfo.td | 7 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 46 +++++++++-- .../AArch64/arm64-2012-05-07-MemcpyAlignBug.ll | 2 +- test/CodeGen/AArch64/arm64-memcpy-inline.ll | 8 +- test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 7 +- test/CodeGen/AArch64/arm64-virtual_base.ll | 2 +- .../CodeGen/AArch64/mergestores_noimplicitfloat.ll | 14 ++-- test/CodeGen/ARM/memcpy-inline.ll | 7 +- test/MC/AArch64/SVE/add-diagnostics.s | 2 +- test/MC/AArch64/SVE/ld1b-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1d-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1h-diagnostics.s | 4 +- test/MC/AArch64/SVE/ld1rd-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rh-diagnostics.s | 2 +- test/MC/AArch64/SVE/ld1rqb-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rqd-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rqh-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rqw-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rsb-diagnostics.s | 2 +- test/MC/AArch64/SVE/ld1rsh-diagnostics.s | 4 +- test/MC/AArch64/SVE/ld1rsw-diagnostics.s | 6 +- test/MC/AArch64/SVE/ld1rw-diagnostics.s | 4 +- test/MC/AArch64/SVE/ld1sb-diagnostics.s | 10 +-- test/MC/AArch64/SVE/ld1sh-diagnostics.s | 8 +- test/MC/AArch64/SVE/ld1sw-diagnostics.s | 17 ++--- test/MC/AArch64/SVE/ld1w-diagnostics.s | 4 +- test/MC/AArch64/SVE/ldff1b-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldff1d-diagnostics.s | 12 +-- test/MC/AArch64/SVE/ldff1h-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldff1sb-diagnostics.s | 8 +- test/MC/AArch64/SVE/ldff1sh-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldff1sw-diagnostics.s | 15 ++-- test/MC/AArch64/SVE/ldff1w-diagnostics.s | 8 +- test/MC/AArch64/SVE/ldnf1sb-diagnostics.s | 4 +- test/MC/AArch64/SVE/ldnf1sh-diagnostics.s | 4 +- test/MC/AArch64/SVE/ldnf1sw-diagnostics.s | 4 +- test/MC/AArch64/SVE/ldnt1b-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldnt1d-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldnt1h-diagnostics.s | 6 +- test/MC/AArch64/SVE/ldnt1w-diagnostics.s | 6 +- test/MC/AArch64/SVE/prfb-diagnostics.s | 12 +-- test/MC/AArch64/SVE/prfd-diagnostics.s | 2 +- test/MC/AArch64/SVE/prfh-diagnostics.s | 10 +-- test/MC/AArch64/SVE/prfw-diagnostics.s | 10 +-- test/MC/AArch64/SVE/st1b-diagnostics.s | 6 +- test/MC/AArch64/SVE/st1d-diagnostics.s | 6 +- test/MC/AArch64/SVE/st1h-diagnostics.s | 4 +- test/MC/AArch64/SVE/st1w-diagnostics.s | 4 +- test/MC/AArch64/SVE/stnt1b-diagnostics.s | 8 +- test/MC/AArch64/SVE/stnt1d-diagnostics.s | 6 +- test/MC/AArch64/SVE/stnt1h-diagnostics.s | 6 +- test/MC/AArch64/SVE/stnt1w-diagnostics.s | 6 +- test/MC/AArch64/SVE/sub-diagnostics.s | 2 +- test/MC/AArch64/SVE/zip1-diagnostics.s | 6 +- test/MC/AArch64/SVE/zip2-diagnostics.s | 6 +- 59 files changed, 307 insertions(+), 191 deletions(-)