This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Assembler: support SDWA and DPP for VOP2b instructions
ClosedPublic

Authored by SamWot on Dec 22 2016, 2:43 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

SamWot updated this revision to Diff 82320.Dec 22 2016, 2:43 AM
SamWot retitled this revision from to [AMDGPU] Assembler: support SDWA and DPP for VOP2b instructions.
SamWot updated this object.
SamWot updated this revision to Diff 82321.Dec 22 2016, 2:46 AM
SamWot edited edge metadata.

Rebases on master

SamWot edited edge metadata.Dec 22 2016, 2:46 AM
SamWot added a subscriber: Restricted Project.
SamWot updated this revision to Diff 82412.Dec 23 2016, 5:50 AM

Updated with changes for SDWA pseudo instructions.

artem.tamazov accepted this revision.Dec 26 2016, 4:07 AM
artem.tamazov edited edge metadata.

LGTM! Pls fix formatting and go ahead.

lib/Target/AMDGPU/VOP2Instructions.td
251 ↗(On Diff #82412)

extra space at the beginning

This revision is now accepted and ready to land.Dec 26 2016, 4:07 AM
vpykhtin accepted this revision.Dec 26 2016, 7:13 AM
vpykhtin edited edge metadata.

LGTM.

This revision was automatically updated to reflect the committed changes.