[all-commits] [llvm/llvm-project] 8d7850: [mlir][linalg] Add returning rewrite method to fus...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Mar 8 07:53:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d7850705c2941e7567dc6eedaba30dfa882ee88
https://github.com/llvm/llvm-project/commit/8d7850705c2941e7567dc6eedaba30dfa882ee88
Author: gysit <gysit at google.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir][linalg] Add returning rewrite method to fusion pattern (NFC).
Enhance `LinalgTileAndFuseTensorOpsPattern` with an additional rewrite signature that returns the result of the rewrite.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D121212
More information about the All-commits
mailing list