This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove inferRegClassFromUses / inferRegClassFromDefs
ClosedPublic

Authored by arsenm on Oct 6 2015, 10:33 AM.

Details

Reviewers
tstellarAMD
Summary

I'm not sure why this would be necessary, and no tests fail with
them removed. Looking at the uses is suspect as well because
the use reg classes will likely changed when the users are moved
as a result of moving this instruction.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 36636.Oct 6 2015, 10:33 AM
arsenm retitled this revision from to AMDGPU: Remove inferRegClassFromUses / inferRegClassFromDefs.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Oct 6 2015, 4:26 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 6 2015, 4:26 PM
arsenm closed this revision.Oct 6 2015, 5:44 PM

r249493