This is an archive of the discontinued LLVM Phabricator instance.

[mlir][memref] Add support for 0-D transfer / subview fold.
ClosedPublic

Authored by nicolasvasilache on Sep 8 2022, 3:23 PM.

Details

Summary

The 0-d case simply forwards the indexing from the source memref and
works out of the box.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2022, 3:23 PM
nicolasvasilache requested review of this revision.Sep 8 2022, 3:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2022, 3:23 PM
ThomasRaoux accepted this revision.Sep 8 2022, 3:24 PM
This revision is now accepted and ready to land.Sep 8 2022, 3:24 PM
This revision was landed with ongoing or failed builds.Sep 8 2022, 3:25 PM
This revision was automatically updated to reflect the committed changes.