This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add implicit SP use to call pseudo
AbandonedPublic

Authored by arsenm on Sep 11 2017, 4:30 PM.

Details

Reviewers
rampitec
Summary

I'm not sure this solves an actaul problem. Most of the
test changes are irrelevant scheduling changes.

Diff Detail

Event Timeline

arsenm created this revision.Sep 11 2017, 4:30 PM
arsenm abandoned this revision.Sep 15 2017, 10:30 AM

Abandoning for now at least. SP is currently always s32, which is already part of the regmask. Skipping the regular operands can also miss the registers used for the destination address (although in practice that doesn't matter since those are already covered by the operations used to set them up before)