AMDGPU: Increase default stack alignment
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 29 Mar 2018 20:22:04 +0000 (20:22 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 29 Mar 2018 20:22:04 +0000 (20:22 +0000)
commitffb132e74b26213ed3df4378c0de3128d9060aad
treeae6994b2c3087b8bcab722f56aa503849fd791fc
parentd9911f6f7baca75a9d51352bf9ef3718ee05cd82
AMDGPU: Increase default stack alignment

8 and 16-byte values are common, so increase the default
alignment to avoid realigning the stack in most functions.

llvm-svn: 328821
llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
llvm/test/CodeGen/AMDGPU/call-argument-types.ll
llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
llvm/test/CodeGen/AMDGPU/nested-calls.ll
llvm/test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll