This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Rename SI_RETURN
ClosedPublic

Authored by arsenm on Mar 21 2017, 2:12 PM.

Details

Reviewers
tstellar
mareko
Summary

This is used for a specific type of return to a shader part's
epilog code. Rename to try avoiding confusion from a true
call's return.

Diff Detail

Event Timeline

arsenm created this revision.Mar 21 2017, 2:12 PM
tstellar accepted this revision.Mar 21 2017, 2:16 PM
tstellar added a subscriber: tstellar.

LGTM.

This revision is now accepted and ready to land.Mar 21 2017, 2:17 PM
mareko edited edge metadata.Mar 21 2017, 2:35 PM

Other than the "from->to" typo, this looks good to me, though my preferred name for the instruction is SI_RETURN_TO_EPILOG.

Other than the "from->to" typo, this looks good to me, though my preferred name for the instruction is SI_RETURN_TO_EPILOG.

OK, I'll do that

arsenm closed this revision.Mar 21 2017, 3:31 PM

r298452