This transform op returns a value handle pointing to the specified OpResult of the targeted op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144087
[mlir][transform] Add transform.get_result op ClosedPublic Authored by springerm on Feb 15 2023, 3:34 AM.
Details Summary This transform op returns a value handle pointing to the specified OpResult of the targeted op.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2023, 3:41 AM Closed by commit rG3ef062a4bd86: [mlir][transform] Add transform.get_result op (authored by springerm). · Explain WhyFeb 15 2023, 5:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 497647 mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
mlir/test/Dialect/Transform/test-interpreter.mlir
|
Please specify memory effects on handles.