This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9027123 [AMDGPU] Add f16 support (VI+) new 2460663 [AVX-512] Add unmasked intrinsics for variable shifts of dwor [...] new e59ef16 [InstCombine][AVX-512] Teach InstCombineCalls to handle the n [...]
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: include/llvm/IR/IntrinsicsX86.td | 27 ++ lib/Target/X86/X86IntrinsicsInfo.h | 8 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 22 +- test/CodeGen/X86/avx512-intrinsics.ll | 216 +++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 76 ++++++ test/Transforms/InstCombine/x86-vector-shifts.ll | 326 +++++++++++++++++++++++ 6 files changed, 671 insertions(+), 4 deletions(-)