This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Remove IndexedGenericOp support from LinalgInterchangePattern...
ClosedPublic

Authored by gysit on May 11 2021, 8:40 AM.

Details

Summary

after introducing the IndexedGenericOp to GenericOp canonicalization (https://reviews.llvm.org/D101612).

Diff Detail

Event Timeline

gysit created this revision.May 11 2021, 8:40 AM
gysit requested review of this revision.May 11 2021, 8:40 AM
gysit added inline comments.May 11 2021, 8:46 AM
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
638–641

Replacing the LinalgInterchangePattern<GenericOp> by the GenericOpInterchangePattern is maybe more change than need and affects downstream projects. Instead we could stick LinalgInterchangePattern and support only GenericOps...

nicolasvasilache accepted this revision.May 12 2021, 3:44 AM
This revision is now accepted and ready to land.May 12 2021, 3:44 AM