This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Limit `shape.rank` lowering to its extent tensor variant
AbandonedPublic

Authored by frgossen on Jul 23 2020, 9:31 AM.

Details

Reviewers
herhut
pifon2a
Summary

When lowering to the standard dialect, we currently support only the extent
tensor variant of the shape.rank operation. This change lets the conversion
pattern fail in a well-defined manner.

Depends On D84430

Diff Detail

Event Timeline

frgossen created this revision.Jul 23 2020, 9:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2020, 9:31 AM
pifon2a accepted this revision.Jul 23 2020, 9:35 AM
This revision is now accepted and ready to land.Jul 23 2020, 9:35 AM

Could you please add a test case?