[all-commits] [llvm/llvm-project] 02c662: [mlir][linalg][NFC] Move padding transformation to...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jun 27 05:52:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02c662077cff0f026edd174c514b75b88d67c3d4
https://github.com/llvm/llvm-project/commit/02c662077cff0f026edd174c514b75b88d67c3d4
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Linalg/Transforms/Padding.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir][linalg][NFC] Move padding transformation to separate file
Also remove `LinalgPaddingPattern`, which has no uses. (There is a transform dialect op that is used for testing instead.)
Differential Revision: https://reviews.llvm.org/D153512
More information about the All-commits
mailing list