mlir_sys

Function mlirIRRewriterCreateFromOp

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

Create an IRRewriter and transfer ownership to the caller. Additionally set the insertion point before the operation.