This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7dcc2cb Remove redundant prefixes from constants and unbreak the LLDB bots. new 6cabc8f AMDGPU: Diagnose using too many SGPRs new a654819 Fix a copy&paste error in the macro definition for HANDLE_DW_ [...] new 0e18bbf AMDGPU: Change check prefix in test
The 3 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/Support/Dwarf.h | 4 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 23 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 10 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 2 + test/CodeGen/AMDGPU/exceed-max-sgprs.ll | 102 ++++++++ test/CodeGen/AMDGPU/imm.ll | 438 ++++++++++++++++---------------- 6 files changed, 350 insertions(+), 229 deletions(-) create mode 100644 test/CodeGen/AMDGPU/exceed-max-sgprs.ll