This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30e83b4 [Support] Fix latent bugs in Expected and ExitOnError that we [...] new 189276d AMDGPU: Add DAG to debug dump new fda5a0d Add useful helpers to AddrSpaceCastInst new 51b6e0b AMDGPU: Add queue ptr intrinsic new f9fe6599 AMDGPU: Implement addrspacecast
The 4 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/Instructions.h | 25 +++ include/llvm/IR/IntrinsicsAMDGPU.td | 4 + lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 41 +++- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 66 ------ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +- lib/Target/AMDGPU/SIISelLowering.cpp | 96 ++++++++- lib/Target/AMDGPU/SIISelLowering.h | 3 + lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 + lib/Target/AMDGPU/SIMachineFunctionInfo.h | 4 + lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +- test/CodeGen/AMDGPU/addrspacecast.ll | 231 +++++++++++++++++++-- .../CodeGen/AMDGPU/annotate-kernel-features-hsa.ll | 68 ++++++ test/CodeGen/AMDGPU/invalid-addrspacecast.ll | 8 + ...cn.dispatch.ptr.ll => llvm.amdgcn.queue.ptr.ll} | 10 +- 14 files changed, 463 insertions(+), 103 deletions(-) create mode 100644 test/CodeGen/AMDGPU/invalid-addrspacecast.ll copy test/CodeGen/AMDGPU/{llvm.amdgcn.dispatch.ptr.ll => llvm.amdgcn.queue.ptr.ll} (65%)