This is an archive of the discontinued LLVM Phabricator instance.

[ValueTypes] Define MVTs for v256i2/v128i4.
ClosedPublic

Authored by hgreving on Sep 9 2022, 12:32 PM.

Details

Summary

Adds MVT::v256i2, MVT::v128i4.

Diff Detail

Event Timeline

hgreving created this revision.Sep 9 2022, 12:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 12:32 PM
hgreving requested review of this revision.Sep 9 2022, 12:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 12:32 PM

What about EVT::getTypeForEVT?

hgreving updated this revision to Diff 459553.Sep 12 2022, 2:03 PM

Added missed EVT::getTypeForEVT.

What about EVT::getTypeForEVT?

I missed, thanks! Fixed.

This revision is now accepted and ready to land.Sep 12 2022, 2:15 PM
This revision was landed with ongoing or failed builds.Sep 13 2022, 9:04 AM
This revision was automatically updated to reflect the committed changes.