This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Refactor MGATHER lowering for unsupported passthru values.
ClosedPublic

Authored by paulwalker-arm on Apr 13 2022, 8:15 AM.

Details

Summary

Handle unsupported passthru values before lowering the gather to
target specific nodes. This is a simplification that's on the road
to moving more of MGATHER lowering into td based isel.

Depends On D123670

Diff Detail

Event Timeline

paulwalker-arm created this revision.Apr 13 2022, 8:15 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Apr 13 2022, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 8:15 AM
Matt added a subscriber: Matt.Apr 13 2022, 4:54 PM
This revision is now accepted and ready to land.Apr 14 2022, 1:49 AM
This revision was landed with ongoing or failed builds.Apr 14 2022, 9:28 AM
This revision was automatically updated to reflect the committed changes.