This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Drop usage of tileWithLinalgTilingOptions in the structured.tile transform
ClosedPublic

Authored by nicolasvasilache on Nov 1 2022, 2:20 PM.

Details

Summary

This is on a path to deprecation.
Context: https://discourse.llvm.org/t/psa-retire-tileandfuselinalgops-method/63850

As the interface-based transformation is more generic, some additional folding of AffineMin/MaxOp and some extra canonicalizations are needed.
This can be further evolved.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 2:20 PM
nicolasvasilache requested review of this revision.Nov 1 2022, 2:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 2:20 PM
mravishankar accepted this revision.Nov 1 2022, 2:25 PM
This revision is now accepted and ready to land.Nov 1 2022, 2:25 PM