This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c7f9d6e962 gn build: Merge r370490 new 7adbcdcc55c [ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and [...] new e71312fb28d [X86] Pass v32i16/v64i8 in zmm registers on KNL target.
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: docs/ReleaseNotes.rst | 4 + lib/CodeGen/ValueTypes.cpp | 2 + lib/Target/X86/X86ISelLowering.cpp | 15 + test/CodeGen/X86/all-ones-vector.ll | 56 +- test/CodeGen/X86/avg-mask.ll | 106 +-- test/CodeGen/X86/avg.ll | 7 +- test/CodeGen/X86/avx512-calling-conv.ll | 125 +++- test/CodeGen/X86/avx512-ext.ll | 156 +++-- test/CodeGen/X86/avx512-insert-extract.ll | 35 +- test/CodeGen/X86/avx512-logic.ll | 32 +- test/CodeGen/X86/avx512-mask-op.ll | 306 +++++---- test/CodeGen/X86/avx512-select.ll | 80 ++- test/CodeGen/X86/avx512-trunc.ll | 2 + test/CodeGen/X86/avx512-vbroadcast.ll | 4 +- test/CodeGen/X86/avx512-vbroadcasti128.ll | 28 +- test/CodeGen/X86/avx512-vbroadcasti256.ll | 28 +- test/CodeGen/X86/bitcast-and-setcc-512.ll | 50 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 23 +- test/CodeGen/X86/bitcast-setcc-512.ll | 18 +- test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 296 ++++----- test/CodeGen/X86/build-vector-512.ll | 648 +++++++------------ test/CodeGen/X86/combine-sdiv.ll | 14 +- test/CodeGen/X86/fast-isel-nontemporal.ll | 48 +- test/CodeGen/X86/fast-isel-vecload.ll | 56 +- test/CodeGen/X86/kshift.ll | 144 +++-- test/CodeGen/X86/madd.ll | 16 +- test/CodeGen/X86/masked_store_trunc.ll | 11 +- test/CodeGen/X86/masked_store_trunc_ssat.ll | 7 +- test/CodeGen/X86/masked_store_trunc_usat.ll | 13 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 16 +- test/CodeGen/X86/midpoint-int-vec-512.ll | 716 +++++++++++---------- test/CodeGen/X86/movmsk-cmp.ll | 12 + test/CodeGen/X86/nontemporal-loads-2.ll | 34 +- test/CodeGen/X86/nontemporal-loads.ll | 120 ++-- test/CodeGen/X86/pmul.ll | 47 +- test/CodeGen/X86/pmulh.ll | 14 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 4 + test/CodeGen/X86/subvector-broadcast.ll | 360 +++-------- test/CodeGen/X86/var-permute-512.ll | 508 +++++++-------- test/CodeGen/X86/vec_shift6.ll | 24 +- test/CodeGen/X86/vector-bitreverse.ll | 42 +- test/CodeGen/X86/vector-compare-results.ll | 34 +- test/CodeGen/X86/vector-fshl-512.ll | 576 +++++++++-------- test/CodeGen/X86/vector-fshl-rot-512.ll | 452 +++++++------ test/CodeGen/X86/vector-fshr-512.ll | 594 +++++++++-------- test/CodeGen/X86/vector-fshr-rot-512.ll | 472 +++++++------- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 200 +++--- test/CodeGen/X86/vector-idiv-udiv-512.ll | 216 ++++--- test/CodeGen/X86/vector-lzcnt-512.ll | 172 ++--- test/CodeGen/X86/vector-popcnt-512.ll | 66 +- test/CodeGen/X86/vector-reduce-and-bool.ll | 4 + test/CodeGen/X86/vector-reduce-mul.ll | 4 + test/CodeGen/X86/vector-reduce-or-bool.ll | 4 + test/CodeGen/X86/vector-reduce-xor-bool.ll | 4 + test/CodeGen/X86/vector-rotate-512.ll | 488 +++++++------- test/CodeGen/X86/vector-sext.ll | 16 +- test/CodeGen/X86/vector-shift-ashr-512.ll | 160 +++-- test/CodeGen/X86/vector-shift-lshr-512.ll | 118 ++-- test/CodeGen/X86/vector-shift-shl-512.ll | 112 ++-- test/CodeGen/X86/vector-shuffle-512-v32.ll | 119 ++-- test/CodeGen/X86/vector-shuffle-512-v64.ll | 232 ++++--- test/CodeGen/X86/vector-shuffle-avx512.ll | 52 +- test/CodeGen/X86/vector-shuffle-v1.ll | 50 +- test/CodeGen/X86/vector-trunc-packus.ll | 2 + test/CodeGen/X86/vector-trunc-ssat.ll | 2 + test/CodeGen/X86/vector-trunc-usat.ll | 2 + test/CodeGen/X86/vector-trunc.ll | 2 + test/CodeGen/X86/vector-tzcnt-512.ll | 208 +++--- test/CodeGen/X86/vector-zext.ll | 8 +- test/CodeGen/X86/viabs.ll | 8 +- utils/TableGen/CodeGenTarget.cpp | 2 + 71 files changed, 4431 insertions(+), 4175 deletions(-)