This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Change stack alignment
ClosedPublic

Authored by arsenm on Mar 30 2017, 4:43 PM.

Details

Reviewers
kzhuravl
Summary

While the incoming stack for a kernel is 256-byte aligned,
this refers to the base address of the entire wave. This isn't
useful information for most of codegen. Fixes unnecessarily
aligning stack objects in callees.

Diff Detail

Event Timeline

arsenm created this revision.Mar 30 2017, 4:43 PM
This revision is now accepted and ready to land.Apr 12 2017, 10:26 AM
arsenm closed this revision.Apr 17 2017, 1:01 PM

r300481