This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix G_EXTRACT of 96-bit results
ClosedPublic

Authored by arsenm on Feb 7 2020, 5:31 PM.

Details

Reviewers
nhaehnle
kerbowa
Summary

This would assert on an unhandled size in getRegSplitParts.

Diff Detail

Event Timeline

arsenm created this revision.Feb 7 2020, 5:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2020, 5:31 PM
kerbowa accepted this revision.Feb 14 2020, 2:16 PM

LGTM. Just ran into the same issue.

This revision is now accepted and ready to land.Feb 14 2020, 2:16 PM