Function mlir_sys::mlirOperationRemoveFromParent
source · pub unsafe extern "C" fn mlirOperationRemoveFromParent(
op: MlirOperation
)
Expand description
Removes the given operation from its parent block. The operation is not destroyed. The ownership of the operation is transferred to the caller.