This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't place arguments in emergency stack slot
ClosedPublic

Authored by arsenm on Jul 28 2017, 10:14 AM.

Details

Summary

When finding the fixed offsets for function arguments,
this needs to skip over the 4 bytes reserved for the
emergency stack slot.

Diff Detail

Event Timeline

arsenm created this revision.Jul 28 2017, 10:14 AM
This revision is now accepted and ready to land.Jul 28 2017, 1:24 PM
arsenm closed this revision.Aug 1 2017, 6:00 PM

r309776