[mlir][linalg] Remove IndexedGenericOp support from LinalgInterchangePattern...
authorTobias Gysi <gysit@google.com>
Wed, 12 May 2021 12:43:34 +0000 (12:43 +0000)
committerTobias Gysi <gysit@google.com>
Wed, 12 May 2021 13:01:37 +0000 (13:01 +0000)
commit06bb9cf30d11247540d5b3f2a714f3aa640353e6
treed62748e2049c5603135809cde23caac6dcf468b7
parenta4db7025a9762c568c7bc9fdd3c64f4a60e31cfc
[mlir][linalg] Remove IndexedGenericOp support from LinalgInterchangePattern...

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

Differential Revision: https://reviews.llvm.org/D102245
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
mlir/test/Dialect/Linalg/transform-patterns.mlir
mlir/test/lib/Transforms/TestLinalgTransforms.cpp