This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4fa1f77 [X86][AVX512] Converted the VPERMPD/VPERMQ intrinsics to generic IR new d0cac52 [OpenCL] Make OpenCL Builtins added according to the right version.
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/Builtins.def | 38 +++++++++++++------------- include/clang/Basic/Builtins.h | 2 +- include/clang/Basic/DiagnosticSemaKinds.td | 2 -- lib/Basic/Builtins.cpp | 3 +- lib/CodeGen/CGBuiltin.cpp | 2 +- lib/Sema/SemaChecking.cpp | 10 ++----- test/SemaOpenCL/clang-builtin-version.cl | 44 ++++++++++++++++++++++++++++++ test/SemaOpenCL/to_addr_builtin.cl | 15 +++++----- 8 files changed, 77 insertions(+), 39 deletions(-) create mode 100644 test/SemaOpenCL/clang-builtin-version.cl