This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Implement computeKnownBits for G_UNMERGE_VALUES
ClosedPublic

Authored by arsenm on Aug 27 2020, 1:21 PM.

Diff Detail

Event Timeline

arsenm created this revision.Aug 27 2020, 1:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2020, 1:21 PM
arsenm requested review of this revision.Aug 27 2020, 1:21 PM
arsenm updated this revision to Diff 288443.Aug 27 2020, 1:23 PM

Fix vector check. The dest check is redundant with the above check, but we still need to make sure the source isn't a vector

aemerson accepted this revision.Aug 31 2020, 4:32 PM
This revision is now accepted and ready to land.Aug 31 2020, 4:32 PM