]> granicus.if.org Git - llvm/commit
AMDGPU: Don't promote alloca to LDS for leaf functions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 May 2017 18:33:18 +0000 (18:33 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 May 2017 18:33:18 +0000 (18:33 +0000)
commit5c95b810cb3a7dee6d49c030363e5bf0bb41427e
treef7c4e139d57a7d0d5bf419067c96dce0aed16c75
parentd25714fcab81ff16657648253002fa39361585a2
AMDGPU: Don't promote alloca to LDS for leaf functions

LDS use in leaf functions not currently handled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-shaders.ll [deleted file]