mlir_sys

Function mlirRewriterBaseMoveBlockBefore

Source
pub unsafe extern "C" fn mlirRewriterBaseMoveBlockBefore(
    rewriter: MlirRewriterBase,
    block: MlirBlock,
    existingBlock: MlirBlock,
)
Expand description

Unlink this block and insert it right before existingBlock.