diff options
author | MaheshRavishankar <ravishankarm@google.com> | 2020-09-10 23:56:34 -0700 |
---|---|---|
committer | MaheshRavishankar <ravishankarm@google.com> | 2020-09-11 00:39:22 -0700 |
commit | d380b582f7f04f7635b1fbdb8347a6095660a1b6 (patch) | |
tree | d2cb15e52bccc2d664a1819972dc1f84c4632067 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 1e1770a07ec0f6a3576362ea5eb97aedd33f4b26 (diff) | |
download | llvm-d380b582f7f04f7635b1fbdb8347a6095660a1b6.zip llvm-d380b582f7f04f7635b1fbdb8347a6095660a1b6.tar.gz llvm-d380b582f7f04f7635b1fbdb8347a6095660a1b6.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions