This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38 in repository llvm.
from d2741da Merging r261385: new 372d73d Merging r262297: new 1c569b0 Merging r262577: new 3fe15c9 Merging r262728: new 47bf9db Merging r262732: new c15c355 Merging r263441: new e47d475 Merging r263627:
The 6 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 | 2 +- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 6 +- lib/Target/AMDGPU/SIFrameLowering.cpp | 18 ++++- lib/Target/AMDGPU/SIInsertWaits.cpp | 8 --- lib/Target/AMDGPU/SIInstrInfo.cpp | 2 + lib/Target/AMDGPU/SIInstructions.td | 11 ++- lib/Target/AMDGPU/SILowerControlFlow.cpp | 24 +++++++ lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 15 ++-- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 3 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 102 ++++++++++++++++++++++------ lib/Target/AMDGPU/SIRegisterInfo.h | 4 +- test/CodeGen/AMDGPU/ret_jump.ll | 57 ++++++++++++++++ test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 54 +++++++++++++++ 13 files changed, 251 insertions(+), 55 deletions(-) create mode 100644 test/CodeGen/AMDGPU/ret_jump.ll create mode 100644 test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll