This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3409abe [x86] add separate check prefix for SSE; NFC new ee18eb9 [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/ [...]
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/X86FastISel.cpp | 58 +- lib/Target/X86/X86InstrAVX512.td | 79 +- lib/Target/X86/X86InstrInfo.cpp | 22 - test/CodeGen/X86/avx512-calling-conv.ll | 2 +- test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 1 + test/CodeGen/X86/avx512-cvt.ll | 152 ++- test/CodeGen/X86/avx512-ext.ll | 66 +- test/CodeGen/X86/avx512-extract-subvector.ll | 32 +- test/CodeGen/X86/avx512-fsel.ll | 35 +- test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 108 +- test/CodeGen/X86/avx512-insert-extract.ll | 26 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 8 + test/CodeGen/X86/avx512-intrinsics.ll | 443 ++++---- test/CodeGen/X86/avx512-logic.ll | 50 +- test/CodeGen/X86/avx512-mask-op.ll | 378 +++++-- test/CodeGen/X86/avx512-regcall-Mask.ll | 14 +- test/CodeGen/X86/avx512-select.ll | 3 + test/CodeGen/X86/avx512-vec-cmp.ll | 4 +- test/CodeGen/X86/avx512-vpermv3-commute.ll | 18 +- test/CodeGen/X86/avx512-vpternlog-commute.ll | 128 +-- test/CodeGen/X86/avx512bw-intrinsics.ll | 2 +- .../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 24 +- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 230 ++-- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 833 +++++++------- test/CodeGen/X86/avx512cdvl-intrinsics.ll | 2 +- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 8 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 53 +- test/CodeGen/X86/avx512dq-mask-op.ll | 8 +- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 138 +-- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 130 ++- test/CodeGen/X86/avx512ifma-intrinsics.ll | 32 +- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 65 +- test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 38 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 16 + test/CodeGen/X86/avx512vl-intrinsics.ll | 1174 ++++++++++---------- test/CodeGen/X86/avx512vl-logic.ll | 64 +- test/CodeGen/X86/combine-testm-and.ll | 6 +- test/CodeGen/X86/compress_expand.ll | 44 +- test/CodeGen/X86/fast-isel-load-i1.ll | 4 +- test/CodeGen/X86/fast-isel-select-cmov.ll | 63 +- test/CodeGen/X86/fma-fneg-combine.ll | 6 +- test/CodeGen/X86/masked_gather_scatter.ll | 14 +- test/CodeGen/X86/masked_memop.ll | 35 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 66 +- test/CodeGen/X86/pr27591.ll | 8 +- test/CodeGen/X86/pr32241.ll | 55 +- test/CodeGen/X86/pr32256.ll | 48 +- test/CodeGen/X86/vector-shuffle-128-v16.ll | 8 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 8 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 4 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 165 ++- test/CodeGen/X86/vector-shuffle-avx512.ll | 64 +- .../X86/vector-shuffle-combining-avx512bw.ll | 32 +- .../X86/vector-shuffle-combining-avx512bwvl.ll | 2 +- .../X86/vector-shuffle-combining-avx512vbmi.ll | 2 +- test/CodeGen/X86/vector-shuffle-masked.ll | 120 +- test/CodeGen/X86/vector-shuffle-v1.ll | 50 +- 57 files changed, 2874 insertions(+), 2374 deletions(-)