This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Improve implementation of hoist padding.
ClosedPublic

Authored by nicolasvasilache on Jul 15 2021, 4:01 AM.

Details

Summary

Instead of relying on adhoc bounds calculations, use a projection-based
implementation. This simplifies the implementation and finds more static
constant sizes than previously/

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jul 15 2021, 4:01 AM
ftynse accepted this revision.Jul 15 2021, 4:24 AM
This revision is now accepted and ready to land.Jul 15 2021, 4:24 AM

Fix header guard.

This revision was landed with ongoing or failed builds.Jul 15 2021, 5:10 AM
This revision was automatically updated to reflect the committed changes.