This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make FrameLowering stack alignment 16
ClosedPublic

Authored by arsenm on Jun 1 2016, 6:48 PM.

Details

Reviewers
tstellarAMD
Summary

We don't need it to be that high. The natural alignment for a single workitem's stack is 16.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 59331.Jun 1 2016, 6:48 PM
arsenm retitled this revision from to AMDGPU: Make FrameLowering stack alignment 16.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jun 8 2016, 1:55 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 8 2016, 1:55 PM
arsenm closed this revision.Jun 22 2016, 11:01 AM

r273448