This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] NFC - Split out transfer split patterns
ClosedPublic

Authored by nicolasvasilache on Jan 5 2022, 4:05 AM.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jan 5 2022, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 5 2022, 4:05 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 5 2022, 5:38 AM
This revision was automatically updated to reflect the committed changes.
mehdi_amini added inline comments.Jan 21 2022, 3:29 PM
mlir/lib/Dialect/Vector/VectorTransferSplitRewritePatterns.cpp
19

This introduces a dependency from Vector to Linalg, can you move this to Linalg instead?

mehdi_amini added inline comments.Jan 21 2022, 3:30 PM
mlir/lib/Dialect/Vector/VectorTransferSplitRewritePatterns.cpp
19

Note that this file is the only one using Linalg in the entire vector dialect.