This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] NFC - Extract rewrites related to insert/extract strided slice in a separate file.
ClosedPublic

Authored by nicolasvasilache on Oct 25 2021, 2:43 AM.

Details

Summary

This will make it easier to extend such paterns once isolated.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Oct 25 2021, 2:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 2:43 AM
gysit accepted this revision.Oct 25 2021, 2:46 AM
This revision is now accepted and ready to land.Oct 25 2021, 2:46 AM

I seem to have folded this into what was https://reviews.llvm.org/D112414 by landing 176a0ea535d4403b3a8482153f366e55141c7e50.

Both diffs are NFC so not reverting this and just closing manually instead.