mlir_sys

Function mlirIRRewriterDestroy

Source
pub unsafe extern "C" fn mlirIRRewriterDestroy(
    rewriter: MlirRewriterBase,
)
Expand description

Takes an IRRewriter owned by the caller and destroys it. It is the responsibility of the user to only pass an IRRewriter class.