[all-commits] [llvm/llvm-project] 9912be: [mlir][linalg] Remove RangeOp and RangeType.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Dec 14 23:19:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9912bed7306f0157b6425f233eec56d04bb536cf
      https://github.com/llvm/llvm-project/commit/9912bed7306f0157b6425f233eec56d04bb536cf
  Author: gysit <gysit at google.com>
  Date:   2021-12-15 (Wed, 15 Dec 2021)

  Changed paths:
    M mlir/docs/Dialects/Linalg/_index.md
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgBase.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgTypes.h
    M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
    M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgTypes.cpp
    M mlir/test/Dialect/Linalg/invalid.mlir
    R mlir/test/Dialect/Linalg/llvm.mlir
    M mlir/test/Dialect/Linalg/roundtrip.mlir

  Log Message:
  -----------
  [mlir][linalg] Remove RangeOp and RangeType.

Remove the RangeOp and the RangeType that are not actively used anymore. After removing RangeType, the LinalgTypes header only includes the generated dialect header.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list