This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 688929ea0f3 AMDGPU: Fix implicitarg.ptr handling special inputs new dfb2cfedfcc AMDGPU: Remove error on calls for amdgcn
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/AMDGPUTargetMachine.cpp | 32 +++++++++++----------- lib/Target/AMDGPU/AMDGPUTargetMachine.h | 3 -- lib/Target/AMDGPU/SIISelLowering.cpp | 5 ---- test/CodeGen/AMDGPU/basic-call-return.ll | 6 ++-- test/CodeGen/AMDGPU/byval-frame-setup.ll | 4 +-- test/CodeGen/AMDGPU/call-argument-types.ll | 8 +++--- test/CodeGen/AMDGPU/call-encoding.ll | 6 ++-- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 6 ++-- test/CodeGen/AMDGPU/call-preserved-registers.ll | 6 ++-- test/CodeGen/AMDGPU/call-return-types.ll | 6 ++-- test/CodeGen/AMDGPU/call.ll | 2 -- test/CodeGen/AMDGPU/callee-frame-setup.ll | 4 +-- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 4 +-- test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 2 +- test/CodeGen/AMDGPU/frame-index-elimination.ll | 3 +- test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 6 ++-- test/CodeGen/AMDGPU/mem-builtins.ll | 21 +++++++++++++- test/CodeGen/AMDGPU/nested-calls.ll | 6 ++-- test/CodeGen/AMDGPU/private-memory-broken.ll | 21 -------------- .../AMDGPU/promote-alloca-bitcast-function.ll | 6 ++-- test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 22 ++++++++++++++- 21 files changed, 95 insertions(+), 84 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/private-memory-broken.ll