This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix assert on unmerge to different element of casted vector
ClosedPublic

Authored by arsenm on Jan 18 2022, 2:24 PM.

Details

Summary

This was failing if a G_UNMERGE_VALUES produced a different element
type than the cast result type.

Diff Detail

Event Timeline

arsenm created this revision.Jan 18 2022, 2:24 PM
arsenm requested review of this revision.Jan 18 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 2:24 PM
Herald added a subscriber: wdng. · View Herald Transcript
Petar.Avramovic accepted this revision.Jan 19 2022, 3:21 AM
This revision is now accepted and ready to land.Jan 19 2022, 3:21 AM