This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix assert on copy to vcc
ClosedPublic

Authored by arsenm on Jul 22 2020, 5:30 AM.

Details

Summary

This was trying to constrain a physical register. By the verifier's
understanding, it's impossible to have a 1-bit copy to vcc/vcc_lo so
don't try to handle physregs.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2020, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 5:30 AM
nhaehnle accepted this revision.Aug 6 2020, 1:33 AM

LGTM

This revision is now accepted and ready to land.Aug 6 2020, 1:33 AM