This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add sdst operand to VOP2b instructions
ClosedPublic

Authored by arsenm on Aug 19 2015, 1:20 AM.

Details

Reviewers
tstellarAMD
Summary

The VOP3 encoding of these allows any SGPR pair for the i1
output, but this was forced before to always use vcc.
This doesn't yet try to use this, but does add the operand
to the definitions so the main change is adding vcc to the
output of the VOP2 encoding.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 32515.Aug 19 2015, 1:20 AM
arsenm retitled this revision from to AMDGPU: Add sdst operand to VOP2b instructions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 32516.Aug 19 2015, 1:24 AM

Add a test for explicit _e32 trying to use something besides vcc

arsenm updated this revision to Diff 32517.Aug 19 2015, 1:30 AM

Fix duplication between VOP2b profiles

tstellarAMD accepted this revision.Aug 28 2015, 6:54 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 28 2015, 6:54 PM
arsenm closed this revision.Aug 29 2015, 12:18 AM

r246358