This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Set natural stack alignment in DataLayout
ClosedPublic

Authored by arsenm on Mar 26 2018, 7:26 AM.

Details

Summary

Only 4 byte alignment is ever useful, so increasing anything
beyond this may require realigning the stack.

Diff Detail

Event Timeline

arsenm created this revision.Mar 26 2018, 7:26 AM
This revision is now accepted and ready to land.Mar 26 2018, 9:50 AM
arsenm closed this revision.Mar 27 2018, 12:30 PM

r328656, clang r328657