This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a26c784064a StackSlotColoring: Decide colors per stack ID new 529b26551c9 AMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg.segment.ptr
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/AMDGPUInstructionSelector.cpp | 21 +++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 2 ++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 7 ++++++- .../inst-select-amdgcn.kernarg.segment.ptr.mir | 19 +++++++++++++++++++ .../regbankselect-amdgcn.kernarg.segment.ptr.mir | 14 ++++++++++++++ 5 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.kernarg.segme [...] create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.kernarg.seg [...]