This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix input vcc operand for VOP2b instructions
ClosedPublic

Authored by arsenm on Aug 28 2015, 11:30 PM.

Details

Reviewers
tstellarAMD
Summary

Adds vcc to output string input for e32. Allows option
of using e64 encoding with assembler.

Also fixes these instructions not implicitly reading exec.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 33512.Aug 28 2015, 11:30 PM
arsenm retitled this revision from to AMDGPU/SI: Fix input vcc operand for VOP2b instructions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 8 2015, 1:33 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 8 2015, 1:33 PM
arsenm closed this revision.Sep 8 2015, 2:16 PM

r247074