This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0fdc19311d RegUsageInfoCollector: Don't iterate all regs for every reg class new 59762a4b803 AMDGPU: Make s34 the FP register new ac0e90fd248 AMDGPU: Fix stray typing
The 2 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/SIFrameLowering.cpp | 508 ++++++++++++++++----- lib/Target/AMDGPU/SIFrameLowering.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 17 - lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 34 +- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 8 + test/CodeGen/AMDGPU/atomicrmw-nand.ll | 32 +- test/CodeGen/AMDGPU/byval-frame-setup.ll | 78 ++-- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 26 +- test/CodeGen/AMDGPU/call-preserved-registers.ll | 43 +- test/CodeGen/AMDGPU/call-waitcnt.ll | 18 +- test/CodeGen/AMDGPU/callee-frame-setup.ll | 345 ++++++++++++-- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 115 ++--- test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 14 +- .../AMDGPU/cross-block-use-is-not-abi-copy.ll | 160 +++---- test/CodeGen/AMDGPU/frame-index-elimination.ll | 12 +- test/CodeGen/AMDGPU/function-returns.ll | 2 +- test/CodeGen/AMDGPU/ipra.ll | 8 +- test/CodeGen/AMDGPU/llvm.amdgcn.class.ll | 8 +- test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 87 ++-- test/CodeGen/AMDGPU/mad_64_32.ll | 18 +- test/CodeGen/AMDGPU/nested-calls.ll | 33 +- test/CodeGen/AMDGPU/shift-i128.ll | 340 +++----------- test/CodeGen/AMDGPU/sibling-call.ll | 49 +- .../CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll | 19 +- test/CodeGen/AMDGPU/spill-offset-calculation.ll | 4 +- test/CodeGen/AMDGPU/stack-realign.ll | 14 +- test/CodeGen/AMDGPU/wave32.ll | 40 +- test/CodeGen/MIR/AMDGPU/machine-function-info.ll | 4 +- 29 files changed, 1202 insertions(+), 845 deletions(-)