This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c691e2 Use arrays or initializer lists to feed ArrayRefs instead of [...] new 63ed024 [X86][AVX512] Add fast-isel shuffle tests new 6c48317 [X86][AVX512] Add test cases that should lower to MOVSLDUP/MOVSHDUP
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: test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 444 ++++++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 293 ++++++++++++++ test/CodeGen/X86/vector-shuffle-512-v16.ll | 22 +- 3 files changed, 758 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/avx512-intrinsics-fast-isel.ll create mode 100644 test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll