This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Convert ConstShapeOp to a static tensor type.
ClosedPublic

Authored by akuegel on Oct 5 2021, 2:12 AM.

Details

Summary

ConstShapeOp knows its shape, so it should also have a static tensor type.

Diff Detail

Event Timeline

akuegel created this revision.Oct 5 2021, 2:12 AM
akuegel requested review of this revision.Oct 5 2021, 2:12 AM
pifon2a accepted this revision.Oct 5 2021, 3:02 AM
This revision is now accepted and ready to land.Oct 5 2021, 3:02 AM
This revision was automatically updated to reflect the committed changes.