[all-commits] [llvm/llvm-project] 1029c8: [mlir][Linalg] NFC - Extract a standalone LinalgIn...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Feb 3 23:25:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1029c82c1e199d654059fad9e3fbef6e68501863
      https://github.com/llvm/llvm-project/commit/1029c82c1e199d654059fad9e3fbef6e68501863
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-02-04 (Thu, 04 Feb 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/CMakeLists.txt
    A mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
    A mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    R mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
    M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
    A mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Extract a standalone LinalgInterfaces

This separation improves the layering and paves the way for more interfaces coming up in the future.

Differential revision: https://reviews.llvm.org/D95941




More information about the All-commits mailing list