This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by frgossen on Jul 29 2020, 8:13 AM.

Details

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.

Diff Detail