[all-commits] [llvm/llvm-project] 584f40: [mlir][linalg][transform] Register linalg dialect ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jun 5 02:42:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 584f401730da87cf54b536320439d0875ddb3d63
https://github.com/llvm/llvm-project/commit/584f401730da87cf54b536320439d0875ddb3d63
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/DialectExtension.cpp
Log Message:
-----------
[mlir][linalg][transform] Register linalg dialect patterns
Differential Revision: https://reviews.llvm.org/D152124
Commit: 980bb9bd826a646199d032bc03e8e0054042a6e6
https://github.com/llvm/llvm-project/commit/980bb9bd826a646199d032bc03e8e0054042a6e6
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
Log Message:
-----------
[mlir][SCF][transform] Register SCF dialect patterns
Differential Revision: https://reviews.llvm.org/D152125
Commit: 60f06bc5bbd9bcb0d8e5e5b879da36fa7f210e84
https://github.com/llvm/llvm-project/commit/60f06bc5bbd9bcb0d8e5e5b879da36fa7f210e84
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformDialect.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/test-pattern-application.mlir
Log Message:
-----------
[mlir][transform] ApplyPatternsOp: Register canonicalization patterns
Also support replacing payload ops with ConstantLike ops in the TrackingListener, even if the replacement op does not have the same name. (Not supported for ops with multiple results, as this would require splitting the handle.)
Differential Revision: https://reviews.llvm.org/D152127
Compare: https://github.com/llvm/llvm-project/compare/3030c03988c5...60f06bc5bbd9
More information about the All-commits
mailing list