This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove unnecessary check for virtual register
ClosedPublic

Authored by arsenm on Jun 17 2019, 1:36 PM.

Details

Reviewers
rampitec
Summary

The copy was found by searching the uses of a virtual register, so
it's already known to be virtual.

Diff Detail

Event Timeline

arsenm created this revision.Jun 17 2019, 1:36 PM
rampitec accepted this revision.Jun 17 2019, 1:41 PM

LGTM, but please run precheckin before submit. Same for D63225 if you sure dest is always virtual.

This revision is now accepted and ready to land.Jun 17 2019, 1:41 PM
arsenm updated this revision to Diff 205176.Jun 17 2019, 1:50 PM

Remove 2 more. The FIXME is irrelevant because physical register constraints should not be introduced this early

arsenm closed this revision.Jun 18 2019, 5:34 AM

r363669