pub unsafe extern "C" fn mlirOperationMoveAfter(
    op: MlirOperation,
    other: MlirOperation
)
Expand description

Moves the given operation immediately after the other operation in its parent block. The given operation may be owned by the caller or by its current block. The other operation must belong to a block. In any case, the ownership is transferred to the block of the other operation.