This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Drop LinalgLoweringPattern
ClosedPublic

Authored by nicolasvasilache on Oct 12 2022, 5:08 AM.

Details

Summary

Linalg ops are generally lowered to loops using a pass and the individual application
of patterns has no concrete uses.
If/when necessary, this can later be reintroduced via a proper transform dialect op.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Oct 12 2022, 5:08 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 12 2022, 7:31 AM
This revision was automatically updated to reflect the committed changes.