This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41839cc9f88 [X86] Add RUN line for LIT test committed in "rL312438: [X8 [...] new 5684b1b1ad9 [X86][AVX512] Add simple tests for all AVX512 shuffle instr [...]
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: .../X86/avx512-shuffles/broadcast-scalar-fp.ll | 1158 +++++ .../X86/avx512-shuffles/broadcast-scalar-int.ll | 2623 +++++++++++ .../X86/avx512-shuffles/broadcast-vector-fp.ll | 1101 +++++ .../X86/avx512-shuffles/broadcast-vector-int.ll | 1343 ++++++ test/CodeGen/X86/avx512-shuffles/duplicate-high.ll | 789 ++++ test/CodeGen/X86/avx512-shuffles/duplicate-low.ll | 1428 ++++++ .../CodeGen/X86/avx512-shuffles/in_lane_permute.ll | 1756 ++++++++ .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 4556 ++++++++++++++++++++ test/CodeGen/X86/avx512-shuffles/permute.ll | 2937 +++++++++++++ .../X86/avx512-shuffles/shuffle-interleave.ll | 1312 ++++++ test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 1941 +++++++++ test/CodeGen/X86/avx512-shuffles/shuffle.ll | 2792 ++++++++++++ test/CodeGen/X86/avx512-shuffles/unpack.ll | 2621 +++++++++++ 13 files changed, 26357 insertions(+) create mode 100644 test/CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/broadcast-vector-fp.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/duplicate-high.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/duplicate-low.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/partial_permute.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/permute.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/shuffle-interleave.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/shuffle.ll create mode 100644 test/CodeGen/X86/avx512-shuffles/unpack.ll