mlir_sys

Function mlirRegionEqual

Source
pub unsafe extern "C" fn mlirRegionEqual(
    region: MlirRegion,
    other: MlirRegion,
) -> bool
Expand description

Checks whether two region handles point to the same region. This does not perform deep comparison.