mlir_sys

Function mlirRewriterBaseMoveOpBefore

Source
pub unsafe extern "C" fn mlirRewriterBaseMoveOpBefore(
    rewriter: MlirRewriterBase,
    op: MlirOperation,
    existingOp: MlirOperation,
)
Expand description

Unlink this operation from its current block and insert it right before existingOp which may be in the same or another block in the same function.