This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][NFC] Simplify padOperandToSmallestStaticBoundingBox
ClosedPublic

Authored by springerm on Jun 6 2023, 4:22 AM.

Details

Summary

The implementation is based on ValueBoundsOpInterface to compute upper bounds for tensor dim sizes. It is not necessary to skip over certain ops and reify shape dims; ValueBoundsOpInterface already takes care of that.

Diff Detail