This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix shrinking of addc/subb.
ClosedPublic

Authored by arsenm on Dec 22 2016, 1:14 PM.

Details

Summary

To shrink to VOP2 the input carry must also be VCC.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 82363.Dec 22 2016, 1:14 PM
arsenm retitled this revision from to AMDGPU: Fix shrinking of addc/subb..
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jan 11 2017, 12:53 PM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 12:53 PM
arsenm closed this revision.Jan 11 2017, 3:09 PM

r291720