[all-commits] [llvm/llvm-project] be9c3b: [MLIR] Fix fusion of linalg.indexed_generic produc...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Thu Apr 16 01:45:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be9c3bdc44baddfd1ed0efeb4db249198a21b20d
https://github.com/llvm/llvm-project/commit/be9c3bdc44baddfd1ed0efeb4db249198a21b20d
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M mlir/include/mlir/Transforms/LoopUtils.h
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Transforms/Utils/LoopUtils.cpp
M mlir/test/Dialect/Linalg/fusion.mlir
A mlir/test/Dialect/Linalg/fusion_indexed_generic.mlir
Log Message:
-----------
[MLIR] Fix fusion of linalg.indexed_generic producer into tiled (Indexed)GenericOp.
Differential Revision: https://reviews.llvm.org/D78209
More information about the All-commits
mailing list