mlir_sys

Function mlirBlockEqual

Source
pub unsafe extern "C" fn mlirBlockEqual(
    block: MlirBlock,
    other: MlirBlock,
) -> bool
Expand description

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