[all-commits] [llvm/llvm-project] 9b17bf: [mlir][Linalg] Make Linalg fusion a test pass
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Oct 29 08:20:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b17bf2e54c71b36bf28fbab05698fb73ea8dda9
https://github.com/llvm/llvm-project/commit/9b17bf2e54c71b36bf28fbab05698fb73ea8dda9
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/fusion-2-level.mlir
M mlir/test/Dialect/Linalg/fusion-indexed-generic.mlir
M mlir/test/Dialect/Linalg/fusion.mlir
M mlir/test/Dialect/Linalg/tile-and-fuse-tensors.mlir
M mlir/test/lib/Transforms/TestLinalgFusionTransforms.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir][Linalg] Make Linalg fusion a test pass
Linalg "tile-and-fuse" is currently exposed as a Linalg pass "-linalg-fusion" but only the mechanics of the transformation are currently relevant.
Instead turn it into a "-test-linalg-greedy-fusion" pass which performs canonicalizations to enable more fusions to compose.
This allows dropping the OperationFolder which is not meant to be used with the pattern rewrite infrastructure.
Differential Revision: https://reviews.llvm.org/D90394
More information about the All-commits
mailing list