This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c629b8b248 Auto var init test fix #2 new c5f6c228c2 AMDGPU: Add builtin for s_dcache_inv_vol new a2bfc97fef AMDGPU: Add builtin for s_dcache_wb
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/BuiltinsAMDGPU.def | 6 ++++++ lib/Basic/Targets/AMDGPU.cpp | 5 ++++- test/CodeGenOpenCL/amdgpu-features.cl | 12 ++++++++++-- test/CodeGenOpenCL/builtins-amdgcn-ci.cl | 12 ++++++++++++ test/CodeGenOpenCL/builtins-amdgcn-vi.cl | 7 +++++++ test/SemaOpenCL/builtins-amdgcn-error-ci.cl | 7 +++++++ test/SemaOpenCL/builtins-amdgcn-error-vi.cl | 8 ++++++++ 7 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-ci.cl create mode 100644 test/SemaOpenCL/builtins-amdgcn-error-ci.cl create mode 100644 test/SemaOpenCL/builtins-amdgcn-error-vi.cl