This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SOPxx instructions operand naming fixed in td files.
ClosedPublic

Authored by vpykhtin on Feb 26 2016, 8:52 AM.

Details

Summary

This fixes some operand names for SOPxx instructions.

In brief:

dst -> sdst
ssrcN -> srcN

Diff Detail

Repository
rL LLVM

Event Timeline

vpykhtin updated this revision to Diff 49195.Feb 26 2016, 8:52 AM
vpykhtin retitled this revision from to [AMDGPU] SOPxx instructions operand naming fixed in td files..
vpykhtin updated this object.
vpykhtin added reviewers: arsenm, tstellarAMD.
vpykhtin set the repository for this revision to rL LLVM.
vpykhtin added a project: Restricted Project.
vpykhtin added subscribers: nhaustov, SamWot.
arsenm accepted this revision.Feb 26 2016, 9:55 AM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 26 2016, 9:55 AM
vpykhtin updated this revision to Diff 49814.Mar 4 2016, 3:57 AM
vpykhtin edited edge metadata.

just an update of diff to run tests

vpykhtin updated this revision to Diff 49874.Mar 5 2016, 12:33 AM

update diff base for testing

This revision was automatically updated to reflect the committed changes.