Function mlir_sys::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.