This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Retire Linalg generic interchange pattern and pass
ClosedPublic

Authored by guraypp on Aug 22 2022, 3:44 AM.

Details

Summary

This revision removes the Linalg generic interchange pattern and pass.

It also changes transform-patterns test to make use of transform dialect.

Context: https://discourse.llvm.org/t/psa-retire-linalg-filter-based-patterns/63785

Diff Detail

Event Timeline

guraypp created this revision.Aug 22 2022, 3:44 AM
guraypp requested review of this revision.Aug 22 2022, 3:44 AM
This revision is now accepted and ready to land.Aug 22 2022, 4:07 AM
guraypp updated this revision to Diff 454454.Aug 22 2022, 4:50 AM

run clang-format

guraypp updated this revision to Diff 454461.Aug 22 2022, 5:20 AM

merged branch

guraypp updated this revision to Diff 454463.Aug 22 2022, 5:21 AM

merge branch