This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Check minor identity map in FoldExtractSliceIntoTransferRead
ClosedPublic

Authored by antiagainst on Sep 14 2022, 11:43 AM.

Details

Summary

vecotr.transfer_read ops with minor identity indexing map is rank
reducing, with implicit leading unit dimensions. This should be
a natural extension to support in addition to full identity indexing
maps.

Diff Detail

Event Timeline

antiagainst created this revision.Sep 14 2022, 11:43 AM
antiagainst requested review of this revision.Sep 14 2022, 11:43 AM
ThomasRaoux accepted this revision.Sep 14 2022, 12:01 PM
This revision is now accepted and ready to land.Sep 14 2022, 12:01 PM
This revision was landed with ongoing or failed builds.Sep 14 2022, 2:28 PM
This revision was automatically updated to reflect the committed changes.