This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Improve scalarization of irregular vector types
ClosedPublic

Authored by LemonBoy on Mar 9 2021, 10:56 AM.

Details

Summary

Use a more general strategy when splitting a vector into scalar parts (and vice-versa) to correctly handle vector types whose element size is not a power of 2 (and a multiple of 8).

Diff Detail

Event Timeline

LemonBoy created this revision.Mar 9 2021, 10:56 AM
LemonBoy requested review of this revision.Mar 9 2021, 10:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2021, 10:56 AM
This revision is now accepted and ready to land.Mar 11 2021, 7:29 AM
This revision was landed with ongoing or failed builds.Mar 11 2021, 10:57 AM
This revision was automatically updated to reflect the committed changes.