This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9d5a411 stop using associative comdats for SEH filter functions new 521e2b2 AMDGPU: Add fmed3 half builtin
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/BuiltinsAMDGPU.def | 6 ++++++ lib/Basic/Targets.cpp | 3 +++ lib/CodeGen/CGBuiltin.cpp | 1 + test/CodeGenOpenCL/builtins-amdgcn-gfx9.cl | 11 +++++++++++ test/SemaOpenCL/builtins-amdgcn-error-f16.cl | 6 ++++-- test/SemaOpenCL/builtins-amdgcn-error-gfx9.cl | 9 +++++++++ 6 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-gfx9.cl create mode 100644 test/SemaOpenCL/builtins-amdgcn-error-gfx9.cl