This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 752bad6 Visual Studio visualizers associated with LookupResults new 677dadf [AVX512] Add _mm512_bsrli_epi128 and _mm512_bslli_epi128 intrinsics. new 353a6cc [AVX512] Implement 512-bit and masked shufflelo and shufflehi [...]
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/clang/Basic/BuiltinsX86.def | 6 - lib/Headers/avx2intrin.h | 6 +- lib/Headers/avx512bwintrin.h | 214 ++++++++++++++++++++++++++++++++---- lib/Headers/avx512vlbwintrin.h | 53 ++++----- lib/Sema/SemaChecking.cpp | 6 - test/CodeGen/avx512bw-builtins.c | 27 ++++- test/CodeGen/avx512vlbw-builtins.c | 55 +++++++++ 7 files changed, 298 insertions(+), 69 deletions(-)