forked from OSchip/llvm-project
63d16d06f5
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
execution_engine.c | ||
ir.c | ||
lit.local.cfg | ||
pass.c |