This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use copy instead of mov during frame lowering
ClosedPublic

Authored by arsenm on Aug 29 2016, 6:59 PM.

Details

Reviewers
tstellarAMD
Summary

This occurs before RA pseudos are expanded. It's less code to emit the copy.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 69641.Aug 29 2016, 6:59 PM
arsenm retitled this revision from to AMDGPU: Use copy instead of mov during frame lowering.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 31 2016, 12:44 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 31 2016, 12:44 PM
arsenm closed this revision.Aug 31 2016, 3:02 PM

r280297