Skip to content

Eliminate intermediate branches #6

@x87

Description

@x87

The following code must be optimized:

goto @label1

:label1
goto @label2

:label2

into

goto @label2

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions