let combineStmtStartData _stmt ~old new_ =
    let result = Data.merge old new_ in
    if Data.equal result old then None else Some result