This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Disallow VGPR->SCC copies
ClosedPublic

Authored by arsenm on Dec 18 2018, 5:33 PM.

Details

Reviewers
tstellar
Summary

This fixes using scalar adds when only the carry in is a VGPR
using greedy regbankselect.

Diff Detail

Event Timeline

arsenm created this revision.Dec 18 2018, 5:33 PM
tstellar accepted this revision.Dec 19 2018, 1:49 PM

LGTM.

This revision is now accepted and ready to land.Dec 19 2018, 1:49 PM
arsenm closed this revision.Jan 7 2019, 5:17 PM

r350593