Skip to content

Bug in SSA Translation #51

Open
Open
@dibyendumajumdar

Description

@dibyendumajumdar

Test program:

func bug(N: Int)
{
    var p=2
    while( p < N ) {
        if (p) {
            p = p + 1
        }
    }
    while ( p < N ) {
        p = p + 1
    }
}

Details of the bug are at https://github.com/CompilerProgramming/ez-lang/wiki/Debugging-Optimizing-Compiler

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions