[all-commits] [llvm/llvm-project] bbe444: [mlir][Linalg] NFC - Drop LinalgLoweringPattern
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Oct 12 07:31:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbe4441d3395e55d59eee9bef33539ac100010c2
https://github.com/llvm/llvm-project/commit/bbe4441d3395e55d59eee9bef33539ac100010c2
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/test/Dialect/Linalg/transform-patterns.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Drop LinalgLoweringPattern
Linalg ops are generally lowered to loops using a pass and the individual application
of patterns has no concrete uses.
If/when necessary, this can later be reintroduced via a proper transform dialect op.
Differential Revision: https://reviews.llvm.org/D135766
Commit: e0cea169f7a77996ba066d9252b22f43726c23c7
https://github.com/llvm/llvm-project/commit/e0cea169f7a77996ba066d9252b22f43726c23c7
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/SplitReduction.cpp
R mlir/test/Dialect/Linalg/split_reduction.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][Linalg] Drop filter-based splitReduction
This transformation is available and tested via the transform dialect.
Differential Revision: https://reviews.llvm.org/D135767
Compare: https://github.com/llvm/llvm-project/compare/0b9264006daf...e0cea169f7a7
More information about the All-commits
mailing list