This is an archive of the discontinued LLVM Phabricator instance.

[mlir][MemRef] Fix a crash when expanding a scalar shape
ClosedPublic

Authored by bkramer on Jun 7 2022, 10:32 AM.

Details

Summary

In this case the reassociation is empty, yielding no strides for the
result type.

Diff Detail

Event Timeline

bkramer created this revision.Jun 7 2022, 10:32 AM
bkramer requested review of this revision.Jun 7 2022, 10:32 AM
springerm accepted this revision.Jun 8 2022, 12:06 AM
This revision is now accepted and ready to land.Jun 8 2022, 12:06 AM
This revision was automatically updated to reflect the committed changes.