Function mlir_sys::mlirBlockAppendOwnedOperation
source · pub unsafe extern "C" fn mlirBlockAppendOwnedOperation(
block: MlirBlock,
operation: MlirOperation
)Expand description
Takes an operation owned by the caller and appends it to the block.