This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab0e0e2 Rename PT_NOTE namespace name used in AMDGPUPTNote.h new 38890eb [AMDGPU] Split R600/SI getFrameIndexReference and emit stack [...] new a328a46 Refactor the PSI to extract getCallSiteCount and remove check [...]
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: include/llvm/Analysis/ProfileSummaryInfo.h | 4 +- lib/Analysis/ProfileSummaryInfo.cpp | 53 ++++------ lib/Target/AMDGPU/AMDGPUFrameLowering.cpp | 36 ------- lib/Target/AMDGPU/AMDGPUFrameLowering.h | 3 - lib/Target/AMDGPU/R600FrameLowering.cpp | 36 +++++++ lib/Target/AMDGPU/R600FrameLowering.h | 2 + lib/Target/AMDGPU/SIFrameLowering.cpp | 8 ++ lib/Target/AMDGPU/SIFrameLowering.h | 2 + .../AMDGPU/variable-locations-dwarf-v1.ll | 92 +++++++++++++++++ test/DebugInfo/AMDGPU/variable-locations.ll | 111 +++++++++++++++++++++ unittests/Analysis/ProfileSummaryInfoTest.cpp | 6 -- 11 files changed, 275 insertions(+), 78 deletions(-) create mode 100644 test/DebugInfo/AMDGPU/variable-locations-dwarf-v1.ll create mode 100644 test/DebugInfo/AMDGPU/variable-locations.ll