[all-commits] [llvm/llvm-project] 288529: [mlir][transform] Clean up SplitHandlesOp
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri May 5 06:30:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 288529e730f8f225c96ec2f816cef94593bb61a8
https://github.com/llvm/llvm-project/commit/288529e730f8f225c96ec2f816cef94593bb61a8
Author: Matthias Springer <springerm at google.com>
Date: 2023-05-05 (Fri, 05 May 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] Clean up SplitHandlesOp
* Rename to `SplitHandleOp`: it splits a single handle.
* Drop `num_result_handles` attribute: it is redundant and can be inferred from the number of results.
* Improve documentation and minor code cleanups.
Differential Revision: https://reviews.llvm.org/D149937
More information about the All-commits
mailing list