This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e03e3b716f4 llvm-undname: Yet more coverage for error paths new f86c48400ee [AArch64][ELF] Add support for PLT decoding with BTI instru [...] new 027b3fb56ca [x86] split 256-bit store of concatenated vectors
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: .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 11 + test/CodeGen/X86/avg.ll | 402 ++++++++++----------- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 24 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 12 +- test/CodeGen/X86/avx512-trunc-widen.ll | 16 +- test/CodeGen/X86/avx512-trunc.ll | 16 +- test/CodeGen/X86/nontemporal-2.ll | 40 +- test/CodeGen/X86/oddsubvector.ll | 15 +- test/CodeGen/X86/pmovsx-inreg.ll | 72 ++-- test/CodeGen/X86/shrink_vmul-widen.ll | 124 +++---- test/CodeGen/X86/shrink_vmul.ll | 124 +++---- test/CodeGen/X86/shuffle-vs-trunc-512-widen.ll | 18 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 18 +- test/CodeGen/X86/subvector-broadcast.ll | 68 ++-- test/CodeGen/X86/vec_fptrunc.ll | 10 +- test/CodeGen/X86/vec_saddo.ll | 68 ++-- test/CodeGen/X86/vec_smulo.ll | 84 ++--- test/CodeGen/X86/vec_ssubo.ll | 84 ++--- test/CodeGen/X86/vec_uaddo.ll | 24 +- test/CodeGen/X86/vec_umulo.ll | 26 +- test/CodeGen/X86/vec_usubo.ll | 24 +- test/CodeGen/X86/vector-gep.ll | 134 ++++--- test/CodeGen/X86/vector-trunc-widen.ll | 72 ++-- test/CodeGen/X86/vector-trunc.ll | 72 ++-- test/CodeGen/X86/x86-interleaved-access.ll | 73 ++-- test/tools/llvm-objdump/AArch64/plt.test | 57 ++- 27 files changed, 851 insertions(+), 847 deletions(-)