[all-commits] [llvm/llvm-project] 0bb4d4: [mlir][transform] Add ApplyToLLVMConversionPatternsOp
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Aug 9 04:46:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bb4d4d32fc46cf3a2a343c878c9e9bb09fc7e99
https://github.com/llvm/llvm-project/commit/0bb4d4d32fc46cf3a2a343c878c9e9bb09fc7e99
Author: Matthias Springer <me at m-sp.org>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/CMakeLists.txt
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/MemRef/transform-ops.mlir
M mlir/test/Dialect/Transform/test-pattern-application.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][transform] Add ApplyToLLVMConversionPatternsOp
This op populates conversion patterns by querying the
ConvertToLLVMPatternInterface. Only dialects that support this interface
are supported.
Differential Revision: https://reviews.llvm.org/D157487
More information about the All-commits
mailing list