llvm-project/mlir/test/CAPI
Mike Urbach 63d16d06f5 [mlir] Support setting operand values in C and Python APIs.
This adds `mlirOperationSetOperand` to the IR C API, similar to the
function to get an operand.

In the Python API, this adds `operands[index] = value` syntax, similar
to the syntax to get an operand with `operands[index]`.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D101398
2021-04-27 20:17:47 -06:00
..
CMakeLists.txt Add C bindings for mlir::ExecutionEngine 2021-03-03 18:19:40 +00:00
execution_engine.c Add C bindings for mlir::ExecutionEngine 2021-03-03 18:19:40 +00:00
ir.c [mlir] Support setting operand values in C and Python APIs. 2021-04-27 20:17:47 -06:00
lit.local.cfg
pass.c Define a `NoTerminator` traits that allows operations with a single block region to not provide a terminator 2021-03-25 03:59:03 +00:00