mlir_sys

Function mlirTransformApplyNamedSequence

Source
pub unsafe extern "C" fn mlirTransformApplyNamedSequence(
    payload: MlirOperation,
    transformRoot: MlirOperation,
    transformModule: MlirOperation,
    transformOptions: MlirTransformOptions,
) -> MlirLogicalResult
Expand description

Applies the transformation script starting at the given transform root operation to the given payload operation. The module containing the transform root as well as the transform options should be provided. The transform operation must implement TransformOpInterface and the module must be a ModuleOp. Returns the status of the application.