This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use appropriate soffset for spilling
ClosedPublic

Authored by arsenm on May 3 2017, 3:30 PM.

Details

Reviewers
tstellar
kzhuravl
Summary

This needs to be the frame offset register, and not the global
scratch wave offset register. For kernels, these are the same.

Diff Detail

Event Timeline

arsenm created this revision.May 3 2017, 3:30 PM
kzhuravl accepted this revision.May 17 2017, 8:26 AM

LGTM.

This revision is now accepted and ready to land.May 17 2017, 8:26 AM
arsenm closed this revision.May 17 2017, 12:51 PM

r303287