[all-commits] [llvm/llvm-project] e83d84: [mlir][linalg] Adapt hoistPaddingOnTensors signatu...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Oct 28 23:52:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e83d8466fbd92f48186e5544295f4ea32f6f0e59
https://github.com/llvm/llvm-project/commit/e83d8466fbd92f48186e5544295f4ea32f6f0e59
Author: Tobias Gysi <gysit at google.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/HoistPadding.h
M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Adapt hoistPaddingOnTensors signature to support patterns (NFC).
Adapt hoistPaddingOnTensors to leave replacing and erasing the old pad tensor operation to the caller. This change makes the function pattern friendly.
Depends On D112003
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D112255
More information about the All-commits
mailing list