This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5efece1a16 clang-cl: Expose -fmerge-all-constants new 10efc31677 AMDGPU: Add Vega12 and Vega20
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 | 12 ++++++++ lib/Basic/Targets/AMDGPU.cpp | 4 +++ lib/Basic/Targets/AMDGPU.h | 8 +++-- test/CodeGenOpenCL/amdgpu-features.cl | 12 ++++++++ test/CodeGenOpenCL/builtins-amdgcn-dl-insts-err.cl | 25 +++++++++++++++ test/CodeGenOpenCL/builtins-amdgcn-dl-insts.cl | 36 ++++++++++++++++++++++ test/Driver/amdgpu-macros.cl | 14 +++++++++ test/Driver/amdgpu-mcpu.cl | 4 +++ 8 files changed, 113 insertions(+), 2 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-features.cl create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-dl-insts-err.cl create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-dl-insts.cl