[all-commits] [llvm/llvm-project] 18ec20: [mlir][transform] Add ApplyRegisteredPassOp transf...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jun 20 00:01:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18ec2030844273ea055494bf93c8b8e8d172bec0
https://github.com/llvm/llvm-project/commit/18ec2030844273ea055494bf93c8b8e8d172bec0
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-20 (Tue, 20 Jun 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
A mlir/test/Dialect/Transform/test-pass-application.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][transform] Add ApplyRegisteredPassOp transform op
This transform op runs a pass on the target op.
Differential Revision: https://reviews.llvm.org/D153143
More information about the All-commits
mailing list