This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor/memref] Disallow Collapse/ExpandShapeOps that do not reduce/increase the rank
ClosedPublic

Authored by springerm on Nov 22 2022, 7:15 AM.

Details

Summary

CollapseShapeOp/ExpandShapeOp that do not change the rank (or increase/reduce it) are invalid.

Depends On D138487

Diff Detail