This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 383081c48d2 [x86/SLH] Add an assert to catch if we ever end up trying t [...] new 1382a3a7e81 Revert "AMDGPU: Fix handling of alignment padding in DAG ar [...]
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/AMDGPUAsmPrinter.cpp | 14 +- lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 11 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 183 +++++++++------------ lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +- lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 5 +- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 11 +- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 15 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 74 ++++----- lib/Target/AMDGPU/AMDGPUSubtarget.h | 28 ++-- lib/Target/AMDGPU/R600.td | 5 + lib/Target/AMDGPU/R600ISelLowering.cpp | 21 ++- lib/Target/AMDGPU/SIISelLowering.cpp | 9 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 24 +-- test/CodeGen/AMDGPU/kernel-args.ll | 77 ++------- .../CodeGen/AMDGPU/kernel-argument-dag-lowering.ll | 132 --------------- test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 16 +- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +- 17 files changed, 214 insertions(+), 420 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/kernel-argument-dag-lowering.ll