mlir_sys

Function mlirRewriterBaseMoveOpAfter

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

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