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
Paths
| Differential D84431
[MLIR][Shape] Limit `shape.rank` lowering to its extent tensor variant AbandonedPublic Authored by frgossen on Jul 23 2020, 9:31 AM.
Details
Diff Detail
Event Timelinefrgossen added a child revision: D84433: [MLIR][Shape] Allow `shape.any` to operate on extent tensors.Jul 23 2020, 9:31 AM This revision is now accepted and ready to land.Jul 23 2020, 9:35 AM
Revision Contents
Diff 280169 mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
|