This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Change mubuf soffset register when SP relative
ClosedPublic

Authored by arsenm on Apr 10 2017, 5:54 PM.

Details

Reviewers
tstellar
Summary

Check the MachinePointerInfo for whether the access is
supposed to be relative to the stack pointer.

No tests because this is used in later commits implementing
calls.

Diff Detail

Event Timeline

arsenm created this revision.Apr 10 2017, 5:54 PM
tstellar accepted this revision.May 16 2017, 8:09 AM
This revision is now accepted and ready to land.May 16 2017, 8:09 AM
arsenm closed this revision.May 17 2017, 2:16 PM

r303301