This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't assert in canInsertSelect
ClosedPublic

Authored by arsenm on Jul 22 2020, 10:00 AM.

Details

Summary

Currently GlobalISel doesn't force all VGPR phi operands to VGPRs, so
this hit a case where it was queried with a VGPR and SGPR. This could
arguably be a verifier error, but it's currently not.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2020, 10:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 10:00 AM
rampitec accepted this revision.Jul 28 2020, 2:48 PM
This revision is now accepted and ready to land.Jul 28 2020, 2:48 PM