This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Relax SGPR asm constraint register class
ClosedPublic

Authored by arsenm on Aug 29 2016, 5:34 PM.

Details

Reviewers
tstellarAMD
Summary

s should be SReg_32 to be as general as possible. This can avoid a copy from m0.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 69638.Aug 29 2016, 5:34 PM
arsenm retitled this revision from to AMDGPU: Relax SGPR asm constraint register class.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 30 2016, 7:26 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 30 2016, 7:26 AM
arsenm closed this revision.Aug 30 2016, 1:58 PM

r280154