This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix assertion on wide G_ZEXT sources
ClosedPublic

Authored by arsenm on Jan 10 2020, 2:55 PM.

Details

Summary

It's possible to have a type that needs a mask greater than 64-bits.

Diff Detail

Event Timeline

arsenm created this revision.Jan 10 2020, 2:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2020, 2:55 PM
This revision is now accepted and ready to land.Jan 13 2020, 2:39 AM