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 737edaf Merging r260651: new b4989f0 Merging r260658: new 0113f5f Merging r260692:
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/SIAnnotateControlFlow.cpp | 14 ++-- lib/Target/AMDGPU/SIFrameLowering.cpp | 57 +++++++++++----- lib/Target/AMDGPU/SIISelLowering.cpp | 11 ++- lib/Target/AMDGPU/SILowerControlFlow.cpp | 38 +---------- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 24 +++++-- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 19 ++++++ lib/Target/AMDGPU/SIRegisterInfo.cpp | 5 ++ lib/Target/AMDGPU/SIRegisterInfo.h | 4 +- test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 2 - test/CodeGen/AMDGPU/ci-use-flat-for-global.ll | 19 ++++-- test/CodeGen/AMDGPU/global_atomics.ll | 78 ---------------------- test/CodeGen/AMDGPU/hsa.ll | 2 +- test/CodeGen/AMDGPU/large-alloca-compute.ll | 8 +-- test/CodeGen/AMDGPU/private-memory.ll | 4 ++ test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll | 24 +++++++ .../vgpr-spill-emergency-stack-slot-compute.ll | 26 +++++--- 16 files changed, 176 insertions(+), 159 deletions(-) create mode 100644 test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll