This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Increase default stack alignment
ClosedPublic

Authored by arsenm on Mar 29 2018, 8:41 AM.

Details

Reviewers
rampitec
t-tye
Summary

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

Diff Detail

Event Timeline

arsenm created this revision.Mar 29 2018, 8:41 AM
This revision is now accepted and ready to land.Mar 29 2018, 10:30 AM
arsenm closed this revision.Mar 29 2018, 2:48 PM

r328821