[all-commits] [llvm/llvm-project] 894fdb: [mlir][transform] Add transform.select op
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 11 07:25:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 894fdbc7194bea573cb0c4beb64b056e2b1b74d2
https://github.com/llvm/llvm-project/commit/894fdbc7194bea573cb0c4beb64b056e2b1b74d2
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][transform] Add transform.select op
This transform op can be used to select all payload ops with a given name from a handle.
Differential Revision: https://reviews.llvm.org/D154956
More information about the All-commits
mailing list