This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 571f8d7f8e9 [llvm-ar] Add a dependency to BinaryFormat after rL345383 new 39e6c05285c [X86] Add -LABEL to some FileCheck checks. NFC new e6fdc842f78 [X86] Stop promoting vector and/or/xor/andn to vXi64.
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: lib/Target/X86/X86ISelLowering.cpp | 63 +- lib/Target/X86/X86InstrAVX512.td | 679 +++++++++++++++------ lib/Target/X86/X86InstrFragmentsSIMD.td | 1 + lib/Target/X86/X86InstrSSE.td | 111 ++++ lib/Target/X86/X86InstrXOP.td | 43 ++ test/Analysis/CostModel/X86/testshiftashr.ll | 160 ++--- test/Analysis/CostModel/X86/testshiftlshr.ll | 160 ++--- test/Analysis/CostModel/X86/testshiftshl.ll | 160 ++--- test/CodeGen/X86/avx512-arith.ll | 6 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 6 +- test/CodeGen/X86/avx512-logic.ll | 10 +- test/CodeGen/X86/avx512-mask-op.ll | 14 +- test/CodeGen/X86/avx512-schedule.ll | 16 +- test/CodeGen/X86/avx512-select.ll | 4 +- .../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 2 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 2 +- test/CodeGen/X86/bitcast-setcc-128.ll | 1 - test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 80 +-- test/CodeGen/X86/movmsk-cmp.ll | 48 +- test/CodeGen/X86/psubus.ll | 54 +- test/CodeGen/X86/sat-add.ll | 7 +- ...nfold-masked-merge-vector-variablemask-const.ll | 8 +- test/CodeGen/X86/vec-copysign-avx512.ll | 2 +- test/CodeGen/X86/vector-bitreverse.ll | 12 +- test/CodeGen/X86/vector-lzcnt-512.ll | 40 +- test/CodeGen/X86/vector-reduce-and.ll | 18 +- test/CodeGen/X86/vector-reduce-or.ll | 18 +- test/CodeGen/X86/vector-reduce-xor.ll | 18 +- test/CodeGen/X86/vector-rotate-512.ll | 6 +- test/CodeGen/X86/vector-trunc-math.ll | 6 +- test/CodeGen/X86/vector-tzcnt-512.ll | 20 +- 32 files changed, 1084 insertions(+), 699 deletions(-)