This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Attempt to cleanup the MVE load/store patterns. NFC
ClosedPublic

Authored by dmgreen on Nov 13 2019, 6:33 AM.

Details

Summary

Some of these patterns have grown quite organically. I've tried to organise them a little here, moving all the PatFlags together and giving them a more consistent naming scheme, to allow some of the later patterns to be merged into a single multiclass.

Diff Detail

Event Timeline

dmgreen created this revision.Nov 13 2019, 6:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2019, 6:33 AM
This revision is now accepted and ready to land.Nov 14 2019, 7:32 AM
This revision was automatically updated to reflect the committed changes.