This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9e7f2b23c2 [opaque pointer types] Remove GraphTraits specialization for Type. new b77f4df06f2 [AMDGPU] Add intrinsics for 16 bit interpolation
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/llvm/IR/IntrinsicsAMDGPU.td | 14 ++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 11 ++ lib/Target/AMDGPU/AMDGPUSearchableTables.td | 2 + lib/Target/AMDGPU/SIISelLowering.cpp | 53 ++++++ lib/Target/AMDGPU/VOP3Instructions.td | 27 ++- .../DivergenceAnalysis/AMDGPU/interp_f16.ll | 25 +++ test/CodeGen/AMDGPU/llvm.amdgcn.interp.f16.ll | 187 +++++++++++++++++++++ 9 files changed, 322 insertions(+), 3 deletions(-) create mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/interp_f16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.interp.f16.ll