This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Lower fixed length INSERT_VECTOR_ELT
ClosedPublic

Authored by joechrisellis on Mar 12 2021, 5:21 AM.

Details

Summary

Adds support for fixed length lowering for INSERT_VECTOR_ELT. The codegen before was quite awful, but now seems to be a lot more sensible.

Diff Detail

Event Timeline

joechrisellis created this revision.Mar 12 2021, 5:21 AM
joechrisellis requested review of this revision.Mar 12 2021, 5:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 12 2021, 5:21 AM
peterwaller-arm accepted this revision.Mar 29 2021, 2:09 AM
This revision is now accepted and ready to land.Mar 29 2021, 2:09 AM
joechrisellis added a subscriber: paulwalker-arm.

Apply @paulwalker-arm's comments from D98625 -- just test updates.

This revision was landed with ongoing or failed builds.Mar 30 2021, 2:43 AM
This revision was automatically updated to reflect the committed changes.