This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d804162 Correctly parse GCC-style asm line following MS-style asm line. new 4f1e6b5 [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD [...]
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 | 20 ++++- lib/Headers/CMakeLists.txt | 1 + lib/Headers/avx512fintrin.h | 81 ++++++++++++++++++ lib/Headers/{xsaveoptintrin.h => avx512pfintrin.h} | 41 +++++---- lib/Headers/avx512vlintrin.h | 80 ++++++++++++++++++ lib/Headers/immintrin.h | 2 + test/CodeGen/avx512f-builtins.c | 97 ++++++++++++++++++++++ test/CodeGen/avx512pf-builtins.c | 30 +++++++ test/CodeGen/avx512vl-builtins.c | 96 +++++++++++++++++++++ 9 files changed, 428 insertions(+), 20 deletions(-) copy lib/Headers/{xsaveoptintrin.h => avx512pfintrin.h} (59%) create mode 100644 test/CodeGen/avx512pf-builtins.c