Skip to content

Liveness analysis may not be adequate for SSA form #12

Open
@dibyendumajumdar

Description

@dibyendumajumdar

The discussion in the thread below indicates that the standard liveness calculation may not be handling Phi functions correctly.

Currently in our implementation, Phi's do not contribute uses (which is correct). But we do not do anything special with the values that feed into the Phi.

https://www.reddit.com/r/Compilers/comments/9qt31m/liveness_and_ssa/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions