This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 391a2859dce Regenerate test. NFCI new c4a39a10792 [X86] Remove X86ISD::PCMPGTM/PCMPEQM and instead just use X [...] new 6faa377a410 [X86] Use vptestm/vptestnm for comparisons with zero to avo [...]
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/X86ISelDAGToDAG.cpp | 3 +- lib/Target/X86/X86ISelLowering.cpp | 53 +- lib/Target/X86/X86ISelLowering.h | 2 - lib/Target/X86/X86InstrAVX512.td | 19 +- lib/Target/X86/X86InstrFragmentsSIMD.td | 6 - test/CodeGen/X86/avx512-arith.ll | 84 +- test/CodeGen/X86/avx512-mask-op.ll | 47 +- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 20 +- test/CodeGen/X86/avx512-mov.ll | 24 +- test/CodeGen/X86/avx512-schedule.ll | 244 +- test/CodeGen/X86/avx512-shuffle-schedule.ll | 4128 +++++++------------- .../X86/avx512-shuffles/broadcast-scalar-int.ll | 552 +-- .../X86/avx512-shuffles/broadcast-vector-int.ll | 288 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 432 +- test/CodeGen/X86/avx512-shuffles/permute.ll | 336 +- test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 192 +- test/CodeGen/X86/avx512-shuffles/shuffle.ll | 576 +-- test/CodeGen/X86/avx512-vbroadcast.ll | 24 +- test/CodeGen/X86/avx512-vec-cmp.ll | 27 +- test/CodeGen/X86/avx512bw-mov.ll | 12 +- test/CodeGen/X86/avx512bwvl-mov.ll | 24 +- test/CodeGen/X86/avx512vl-arith.ll | 138 +- test/CodeGen/X86/avx512vl-mov.ll | 84 +- test/CodeGen/X86/avx512vl-vbroadcast.ll | 21 +- test/CodeGen/X86/avx512vl-vec-cmp.ll | 24 +- test/CodeGen/X86/compress_expand.ll | 35 +- test/CodeGen/X86/masked_gather_scatter.ll | 44 +- test/CodeGen/X86/masked_memop.ll | 72 +- test/CodeGen/X86/nontemporal-loads.ll | 3 +- test/CodeGen/X86/pr35272.ll | 3 +- test/CodeGen/X86/prefer-avx256-mask-extend.ll | 92 +- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 47 +- test/CodeGen/X86/vector-lzcnt-512.ll | 6 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 3 +- test/CodeGen/X86/vector-shuffle-v1.ll | 36 +- 35 files changed, 2629 insertions(+), 5072 deletions(-)