[all-commits] [llvm/llvm-project] cf194d: [mlir][linalg] Remove IndexedGenericOp support fro...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu May 13 07:58:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf194da1bbf79d392688dba0c74875829e9873f2
https://github.com/llvm/llvm-project/commit/cf194da1bbf79d392688dba0c74875829e9873f2
Author: Tobias Gysi <gysit at google.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
M mlir/test/Dialect/Linalg/fusion-tensor.mlir
M mlir/test/Dialect/Linalg/reshape_fusion.mlir
M mlir/test/Dialect/Linalg/reshape_linearization_fusion.mlir
Log Message:
-----------
[mlir][linalg] Remove IndexedGenericOp support from FusionOnTensors...
after introducing the IndexedGenericOp to GenericOp canonicalization (https://reviews.llvm.org/D101612).
Differential Revision: https://reviews.llvm.org/D102163
More information about the All-commits
mailing list