[all-commits] [llvm/llvm-project] 3ef062: [mlir][transform] Add transform.get_result op
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 15 05:21:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ef062a4bd86bd81110fd1822d1ead24afe53c42
https://github.com/llvm/llvm-project/commit/3ef062a4bd86bd81110fd1822d1ead24afe53c42
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][transform] Add transform.get_result op
This transform op returns a value handle pointing to the specified OpResult of the targeted op.
Differential Revision: https://reviews.llvm.org/D144087
More information about the All-commits
mailing list