This is an archive of the discontinued LLVM Phabricator instance.

[mlir] use strided layouts in vector transfer on memrefs
ClosedPublic

Authored by ftynse on Sep 16 2022, 7:19 AM.

Details

Summary

One of the vector transformation patterns has been indiscriminately
converting layouts to affine maps. Leverage the strided form when
possible.

Diff Detail

Event Timeline

ftynse created this revision.Sep 16 2022, 7:19 AM
ftynse requested review of this revision.Sep 16 2022, 7:19 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Sep 16 2022, 8:49 AM
This revision is now accepted and ready to land.Sep 16 2022, 8:49 AM
dcaballe accepted this revision.Sep 16 2022, 11:45 AM
This revision was landed with ongoing or failed builds.Sep 16 2022, 11:11 PM
This revision was automatically updated to reflect the committed changes.