This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Simpler verification of G_SEXT_INREG and G_ASSERT_ZEXT
ClosedPublic

Authored by foad on Feb 12 2021, 3:31 AM.

Details

Summary

There's no need to call verifyVectorElementMatch since we already know
that the source and destination types are identical.

Diff Detail

Event Timeline

foad created this revision.Feb 12 2021, 3:31 AM
foad requested review of this revision.Feb 12 2021, 3:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2021, 3:31 AM
This revision is now accepted and ready to land.Feb 12 2021, 11:01 AM