Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSA interpreter for debugging #6826

Open
jfecher opened this issue Dec 16, 2024 · 0 comments
Open

Add SSA interpreter for debugging #6826

jfecher opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jfecher
Copy link
Contributor

jfecher commented Dec 16, 2024

Problem

Often when there is an SSA bug which changes the output of a program, it is a bug that originates form one pass. To find which pass though, the developer must comb through the SSA dump of every pass in order until they find the one that changes the output. This can be difficult if the program is large or even just a medium size.

Happy Case

We add a debug interpreter for SSA programs which can be run on the result of every SSA pass and flag any for which the result changes on.

Workaround

None

Workaround Description

No response

Additional Context

No response

Project Impact

None

Blocker Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@jfecher jfecher added the enhancement New feature or request label Dec 16, 2024
@jfecher jfecher self-assigned this Dec 16, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant