[all-commits] [llvm/llvm-project] 84354b: [mlir][linalg] Remove GenericOpBase.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Thu Jul 8 01:37:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84354b2ab20924b3807c0464308852e4568b63a3
      https://github.com/llvm/llvm-project/commit/84354b2ab20924b3807c0464308852e4568b63a3
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td

  Log Message:
  -----------
  [mlir][linalg] Remove GenericOpBase.

Remove the GenericOpBase class formerly used to factor out common logic shared be GenericOp and IndexedGenericOp. After removing IndexedGenericOp, the base class is not used anymore.

Differential Revision: https://reviews.llvm.org/D105307




More information about the All-commits mailing list