[all-commits] [llvm/llvm-project] d380b5: [mlir][Linalg] Make LinalgBaseTilingPattern not de...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Fri Sep 11 00:40:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d380b582f7f04f7635b1fbdb8347a6095660a1b6
https://github.com/llvm/llvm-project/commit/d380b582f7f04f7635b1fbdb8347a6095660a1b6
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir][Linalg] Make LinalgBaseTilingPattern not delete the original operation.
The LinalgTilingPattern class dervied from the base deletes the
original operation. This allows for the use case where the more
transformations are necessary on the original operation after
tiling. In such cases the pattern can derive from
LinalgBaseTilingPattern instead of LinalgTilingPattern.
Differential Revision: https://reviews.llvm.org/D87308
More information about the All-commits
mailing list