Skip to content

Liveness analysis may not be adequate for SSA form #12

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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