This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbd284128f6 Update the new PM pipeline to make ICP aware if it is Sampl [...] new 23e59ddf6d1 AMDGPU: Analyze callee resource usage in AsmPrinter
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 | 156 +++++++++++++- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 19 +- lib/Target/AMDGPU/SIInstructions.td | 20 +- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 230 +++++++++++++++++++++ test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 12 +- 7 files changed, 425 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AMDGPU/call-graph-register-usage.ll