This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Move reg+reg gather/scatter addressing optimisations from lowering into DAG combine.
ClosedPublic

Authored by paulwalker-arm on Apr 3 2022, 6:35 AM.

Details

Summary

This is essentially a refactoring patch but allows more cases to
be caught, hence the output changes to some tests.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Apr 3 2022, 6:35 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Apr 3 2022, 6:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2022, 6:35 AM
paulwalker-arm planned changes to this revision.Apr 4 2022, 9:00 AM

I think I've discovered an existing bug with immediate addressing that I'm investigating before continuing with this patch.

Matt added a subscriber: Matt.Apr 5 2022, 4:39 PM

Rebased now this patch depends D123222.

sdesmalen accepted this revision.Apr 29 2022, 4:08 AM

Looks like a nice improvement and the code is now a bit more sensible.

This revision is now accepted and ready to land.Apr 29 2022, 4:08 AM
This revision was landed with ongoing or failed builds.Apr 29 2022, 9:44 AM
This revision was automatically updated to reflect the committed changes.