This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX10] Enabled v_movrel*[sdwa|dpp|dpp8] opcodes
ClosedPublic

Authored by dp on Nov 13 2019, 3:55 AM.

Diff Detail

Event Timeline

dp created this revision.Nov 13 2019, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2019, 3:55 AM
rampitec accepted this revision.Nov 13 2019, 11:58 AM

LGTM with a nit: please remove the comment.

llvm/lib/Target/AMDGPU/VOP1Instructions.td
294–296

I do not think you can really limit it to asm only. If you have defined it then eventually compiler may combine it. I'd suggest to remove the comment.

This revision is now accepted and ready to land.Nov 13 2019, 11:58 AM
This revision was automatically updated to reflect the committed changes.