mlir_sys

Function mlirRewriterBaseInsert

Source
pub unsafe extern "C" fn mlirRewriterBaseInsert(
    rewriter: MlirRewriterBase,
    op: MlirOperation,
) -> MlirOperation
Expand description

Insert the given operation at the current insertion point and return it.