This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 1/n - LinalgToStandard.cpp
ClosedPublic

Authored by nicolasvasilache on Oct 9 2020, 7:37 AM.

Details

Summary

This revision belongs to a series of patches that reduce reliance of Linalg transformations on templated rewrite and conversion patterns.
Instead, this uses a MatchAnyTag pattern for the vast majority of cases and dispatches internally.

Diff Detail