[all-commits] [llvm/llvm-project] 84d4bb: [mlir][Linalg] Inline an interface method to its o...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Wed Aug 3 23:40:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84d4bb78e0af85709b4c91643c9abf6518a41d13
      https://github.com/llvm/llvm-project/commit/84d4bb78e0af85709b4c91643c9abf6518a41d13
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
    M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp

  Log Message:
  -----------
  [mlir][Linalg] Inline an interface method to its only user.

It seems only the default implementation is ever used, so it doesn't seem
necessary to include this method in the interface.

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




More information about the All-commits mailing list