This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 308b6da Support: Add YAML I/O support for custom mappings. new b8deefb [AVX-512] Simplify code for creating 512-bit SHUF128 operations. new 617aba4 [AVX-512] Add avx512dq to the vector-shuffle-512-v16.ll test [...] new c5d7d75 [AVX-512] Fix a typo in a couple case names to match their behavior. new b059941 [AVX-512] Add more test cases for shuffles that should be han [...] new 8946429 [AVX-512] Add support for detecting 512-bit shuffles that con [...]
The 5 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 +++++--- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 22 ++- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 20 +-- test/CodeGen/X86/vector-shuffle-512-v16.ll | 72 +++++++-- test/CodeGen/X86/vector-shuffle-512-v8.ll | 196 ++++++++++++++++++++++++ 5 files changed, 319 insertions(+), 54 deletions(-)