This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Fix ReifyRankedShapedTypeOpInterface impl. of reshape ops
ClosedPublic

Authored by springerm on Aug 17 2023, 3:29 AM.

Details

Summary

reifyResultShapes should return an Attribute if and only if the respective dimension is static.

This fixes #64256.

Diff Detail

Event Timeline

springerm created this revision.Aug 17 2023, 3:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2023, 3:29 AM
springerm requested review of this revision.Aug 17 2023, 3:29 AM
kuhar accepted this revision.Aug 23 2023, 8:46 AM

LGTM

This revision is now accepted and ready to land.Aug 23 2023, 8:46 AM