This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7bec354 Use ranges to concisely express iteration new 840f08a [AVX512] Replace masked unpack builtins with shufflevector an [...]
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: include/clang/Basic/BuiltinsX86.def | 36 ---- lib/Headers/avx512bwintrin.h | 164 +++++++++------- lib/Headers/avx512fintrin.h | 382 +++++++++++++++++------------------- lib/Headers/avx512vlbwintrin.h | 152 ++++++-------- lib/Headers/avx512vlintrin.h | 318 ++++++++++++------------------ test/CodeGen/avx512bw-builtins.c | 32 +-- test/CodeGen/avx512f-builtins.c | 56 ++++-- test/CodeGen/avx512vl-builtins.c | 96 ++++++--- test/CodeGen/avx512vlbw-builtins.c | 48 +++-- 9 files changed, 618 insertions(+), 666 deletions(-)