This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Refactor VOP3 instruction TD definitions
ClosedPublic

Authored by vpykhtin on Sep 16 2016, 6:52 AM.

Details

Summary

next chunk of instructions. We need to do something about _32, _e64 suffix printing hack in VOPDst operand after the transition is done.

Diff Detail

Repository
rL LLVM

Event Timeline

vpykhtin updated this revision to Diff 71637.Sep 16 2016, 6:52 AM
vpykhtin retitled this revision from to [AMDGPU] Refactor VOP3 instruction TD definitions.
vpykhtin updated this object.
vpykhtin set the repository for this revision to rL LLVM.
vpykhtin added a subscriber: nhaustov.
SamWot accepted this revision.Sep 16 2016, 7:16 AM
SamWot edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 16 2016, 7:16 AM

Ping.

Rebased this change in the branch https://github.com/vpykhtin/llvm/tree/vop3_td for testing (this branch also includes vopc_td changes).

tstellarAMD accepted this revision.Sep 19 2016, 7:06 AM
tstellarAMD edited edge metadata.

LGTM. OCL/OGL tests pass.

artem.tamazov accepted this revision.Sep 19 2016, 12:00 PM
artem.tamazov edited edge metadata.

Make it so.

This revision was automatically updated to reflect the committed changes.