This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Unranked memref type has no rank
ClosedPublic

Authored by jpienaar on Jun 8 2020, 6:03 PM.

Details

Summary

UnrankedMemRefType doesn't have a rank but previously this was just
checking for unranked tensor. Avoids failure later if one queries the shape
post checking if ranked.

Diff Detail

Event Timeline

jpienaar created this revision.Jun 8 2020, 6:03 PM
Herald added a project: Restricted Project. · View Herald Transcript
rriddle accepted this revision.Jun 8 2020, 6:06 PM
This revision is now accepted and ready to land.Jun 8 2020, 6:06 PM
This revision was automatically updated to reflect the committed changes.