This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add definition for v_swap_b32
ClosedPublic

Authored by arsenm on Feb 18 2017, 11:38 AM.

Details

Reviewers
kzhuravl
Summary

This is somewhat tricky because there are two
pairs of tied operands, and it isn't allowed to be
VOP3 encoded.

Diff Detail

Event Timeline

arsenm created this revision.Feb 18 2017, 11:38 AM
kzhuravl accepted this revision.Feb 28 2017, 8:43 AM

LGTM.

This revision is now accepted and ready to land.Feb 28 2017, 8:43 AM
arsenm closed this revision.Feb 28 2017, 1:21 PM

r296519