[all-commits] [llvm/llvm-project] 67b1c3: [mlir][linalg] Cleanup left over uses of deprecate...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Fri Jun 4 01:49:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67b1c37d9fd1283d7015edb9c0fecb24362751f4
https://github.com/llvm/llvm-project/commit/67b1c37d9fd1283d7015edb9c0fecb24362751f4
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M 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
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
Log Message:
-----------
[mlir][linalg] Cleanup left over uses of deprecated LinalgOp methods.
Replace all remaining uses of deprecated Structured Op Interface methods. This patch is based on https://reviews.llvm.org/D103394.
Differential Revision: https://reviews.llvm.org/D103673
More information about the All-commits
mailing list