llvm-capstone/mlir/python
Quinn Dawkins 5caab8bbc0
[mlir][transform] Add transform.get_operand op (#78397)
Similar to `transform.get_result`, except it returns a handle to the
operand indicated by a positional specification, same as is defined for
the linalg match ops.

Additionally updates `get_result` to take the same positional specification.
This makes the use case of wanting to get all of the results of an
operation easier by no longer requiring the user to reconstruct the list
of results one-by-one.
2024-01-18 09:33:14 -05:00
..
mlir [mlir][transform] Add transform.get_operand op (#78397) 2024-01-18 09:33:14 -05:00
CMakeLists.txt [mlir][spirv] Add support for C-API/python binding to SPIR-V dialect (#76055) 2024-01-02 08:11:44 -08:00
requirements.txt [mlir][python] Enable py312. (#68009) 2023-10-04 20:35:24 -05:00