[all-commits] [llvm/llvm-project] 06bb9c: [mlir][linalg] Remove IndexedGenericOp support fro...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed May 12 06:02:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06bb9cf30d11247540d5b3f2a714f3aa640353e6
      https://github.com/llvm/llvm-project/commit/06bb9cf30d11247540d5b3f2a714f3aa640353e6
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/Dialect/Linalg/transform-patterns.mlir
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list