This is an archive of the discontinued LLVM Phabricator instance.

[SLP]Introduce shuffle of the nodes + gather/vectorbuild of the remaining scalars.
ClosedPublic

Authored by ABataev on Mar 15 2023, 2:14 PM.

Details

Summary

Currently compiler does not support mixing of shuffled nodes
+ gather/buildvector of the remaining scalar values. It may reduce total

number of instructions and improve performance of the
gather/buildvector sequences.

Part of D110978

Diff Detail

Event Timeline

ABataev created this revision.Mar 15 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 2:14 PM
ABataev requested review of this revision.Mar 15 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 2:14 PM
vdmitrie accepted this revision.Mar 16 2023, 6:10 PM

LGTM. Thanks.

This revision is now accepted and ready to land.Mar 16 2023, 6:10 PM
This revision was landed with ongoing or failed builds.Mar 17 2023, 11:21 AM
This revision was automatically updated to reflect the committed changes.