This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][llvm-mc] s_setreg* - Fix order of operands
ClosedPublic

Authored by artem.tamazov on Apr 15 2016, 7:24 AM.

Details

Summary

Order should match the sp3 syntax, where destination (simm16 denoting the hwreg) is coming first.

Diff Detail

Repository
rL LLVM

Event Timeline

artem.tamazov retitled this revision from to [AMDGPU][llvm-mc] s_setreg* - Fix order of operands.
artem.tamazov updated this object.
artem.tamazov set the repository for this revision to rL LLVM.
artem.tamazov added a project: Restricted Project.
artem.tamazov added a subscriber: Restricted Project.
tstellarAMD accepted this revision.Apr 15 2016, 7:32 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 15 2016, 7:32 AM
This revision was automatically updated to reflect the committed changes.