This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1b2c37305a [Hexagon] Change iconst to emit 27bit relocation new d25714fcab8 [Hexagon] Fix uninitialized value caught with valgrind new 5c95b810cb3 AMDGPU: Don't promote alloca to LDS for leaf functions
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/AMDGPUPromoteAlloca.cpp | 9 ++- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 2 +- test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 74 ++++++++++++++++++++++ test/CodeGen/AMDGPU/promote-alloca-shaders.ll | 29 --------- 4 files changed, 83 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll delete mode 100644 test/CodeGen/AMDGPU/promote-alloca-shaders.ll