This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f43aabc [AArch64AsmParser] rewrite of function parseSysAlias new a90eb62 [X86] Generate VZEROUPPER for Skylake-avx512. VZEROUPPER shou [...]
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: lib/Target/X86/X86.td | 16 +- lib/Target/X86/X86Subtarget.cpp | 2 +- lib/Target/X86/X86Subtarget.h | 8 +- lib/Target/X86/X86VZeroUpper.cpp | 116 ++++---- test/CodeGen/X86/avg.ll | 24 ++ test/CodeGen/X86/avx-intrinsics-x86.ll | 261 ++++++---------- test/CodeGen/X86/avx-vzeroupper.ll | 5 +- test/CodeGen/X86/avx2-intrinsics-x86.ll | 87 ++---- test/CodeGen/X86/avx2-vbroadcast.ll | 73 ++--- test/CodeGen/X86/avx512-any_extend_load.ll | 21 +- test/CodeGen/X86/avx512-arith.ll | 1 + test/CodeGen/X86/avx512-calling-conv.ll | 3 + test/CodeGen/X86/avx512-cvt.ll | 360 +++++++++++++++++------ test/CodeGen/X86/avx512-ext.ll | 38 ++- test/CodeGen/X86/avx512-extract-subvector.ll | 63 ++++ test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 33 ++- test/CodeGen/X86/avx512-insert-extract.ll | 36 +++ test/CodeGen/X86/avx512-insert-extract_i1.ll | 1 + test/CodeGen/X86/avx512-mask-op.ll | 119 +++++--- test/CodeGen/X86/avx512-mask-spills.ll | 4 + test/CodeGen/X86/avx512-masked-memop-64-32.ll | 7 + test/CodeGen/X86/avx512-masked_memop-16-8.ll | 4 + test/CodeGen/X86/avx512-skx-insert-subvec.ll | 1 + test/CodeGen/X86/avx512-trunc.ll | 48 +++ test/CodeGen/X86/avx512-vec-cmp.ll | 26 +- test/CodeGen/X86/combine-testm-and.ll | 4 + test/CodeGen/X86/compress_expand.ll | 57 +++- test/CodeGen/X86/fast-isel-nontemporal.ll | 14 + test/CodeGen/X86/masked_gather_scatter.ll | 103 +++++++ test/CodeGen/X86/masked_memop.ll | 6 + test/CodeGen/X86/nontemporal-2.ll | 19 ++ test/CodeGen/X86/pmul.ll | 97 +++--- test/CodeGen/X86/pr29112.ll | 1 + test/CodeGen/X86/pr30284.ll | 1 + test/CodeGen/X86/sad.ll | 8 + test/CodeGen/X86/shuffle-vs-trunc-256.ll | 48 +++ test/CodeGen/X86/shuffle-vs-trunc-512.ll | 30 ++ test/CodeGen/X86/sse-fsignum.ll | 52 +--- test/CodeGen/X86/subvector-broadcast.ll | 4 + test/CodeGen/X86/vec_fp_to_int.ll | 57 ++-- test/CodeGen/X86/vec_fpext.ll | 4 + test/CodeGen/X86/vec_int_to_fp.ll | 65 +++- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 1 + test/CodeGen/X86/vector-compare-all_of.ll | 11 + test/CodeGen/X86/vector-compare-any_of.ll | 11 + test/CodeGen/X86/vector-compare-results.ll | 31 ++ test/CodeGen/X86/vector-half-conversions.ll | 85 ++++++ test/CodeGen/X86/vector-rotate-128.ll | 5 + test/CodeGen/X86/vector-sext.ll | 7 + test/CodeGen/X86/vector-shuffle-masked.ll | 20 ++ test/CodeGen/X86/vector-shuffle-v1.ll | 22 ++ test/CodeGen/X86/vector-trunc-math.ll | 126 ++++++++ test/CodeGen/X86/vector-trunc.ll | 24 ++ test/CodeGen/X86/vector-tzcnt-128.ll | 2 + 54 files changed, 1639 insertions(+), 633 deletions(-)