This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31e026c6188 Typo fix SIBABRT -> SIGABRT. new 1e426c2a34d AMDGPU/SI: Add d16 support for image intrinsics.
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: lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 77 +++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 85 ++++ lib/Target/AMDGPU/MIMGInstructions.td | 557 ++++++++++++++------- lib/Target/AMDGPU/SIDefines.h | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 344 ++++++++++++- lib/Target/AMDGPU/SIInstrFormats.td | 7 + lib/Target/AMDGPU/SIInstrInfo.h | 8 + lib/Target/AMDGPU/SIInstrInfo.td | 128 +++++ test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.ll | 125 +++++ .../AMDGPU/llvm.amdgcn.image.gather4.d16.ll | 137 +++++ .../CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.ll | 135 +++++ 11 files changed, 1406 insertions(+), 202 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.ll