This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Make ISD::SPLAT_VECTOR a legal operation.
ClosedPublic

Authored by paulwalker-arm on Jun 21 2022, 5:25 AM.

Details

Summary

The implication of this patch being AArch64ISD::DUP no longer
supports scalable vectors.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jun 21 2022, 5:25 AM
paulwalker-arm requested review of this revision.Jun 21 2022, 5:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 5:25 AM
sdesmalen accepted this revision.Jun 21 2022, 8:02 AM

Nice cleanup.

This revision is now accepted and ready to land.Jun 21 2022, 8:02 AM
dmgreen accepted this revision.Jun 21 2022, 10:21 AM

Yeah seems like a nice improvement. LGTM
Thanks for putting this together.

This revision was landed with ongoing or failed builds.Jun 22 2022, 4:44 PM
This revision was automatically updated to reflect the committed changes.