This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix breaking VOP3 v_add_i32s
ClosedPublic

Authored by arsenm on Dec 22 2016, 10:35 AM.

Details

Summary

This was shrinking the instruction even though the carry output
register was a virtual register, not known VCC.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 82350.Dec 22 2016, 10:35 AM
arsenm retitled this revision from to AMDGPU: Fix breaking VOP3 v_add_i32s.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jan 11 2017, 12:51 PM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 12:51 PM
arsenm closed this revision.Jan 11 2017, 2:46 PM

r291716