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

[IR] Dead code elimination pass #1474

Open
Tracked by #1473
justinchuby opened this issue Apr 27, 2024 · 2 comments · May be fixed by #1841
Open
Tracked by #1473

[IR] Dead code elimination pass #1474

justinchuby opened this issue Apr 27, 2024 · 2 comments · May be fixed by #1841
Labels
contribution welcome We welcome code contributions for this good first issue Good for newcomers topic: IR Intermediate representation
Milestone

Comments

@justinchuby
Copy link
Collaborator

justinchuby commented Apr 27, 2024

Eliminate the unused nodes from the graph. An unused node is a node whose outputs are not used by other nodes, and are not part of the graph outputs.

@justinchuby justinchuby mentioned this issue Apr 27, 2024
2 tasks
@justinchuby justinchuby added topic: IR Intermediate representation contribution welcome We welcome code contributions for this labels Apr 27, 2024
@justinchuby justinchuby added this to the 0.1 milestone May 9, 2024
@justinchuby justinchuby added the good first issue Good for newcomers label Aug 28, 2024
@aishwaryavenkatesan
Copy link

Hi @justinchuby , can I work on this issue? I'm pretty new to open source contribution and ready to learn and solve the issues!

@justinchuby
Copy link
Collaborator Author

@aishwaryavenkatesan Thank you! This issue is being worked on. I recommend taking a look at #1432 if you are interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome We welcome code contributions for this good first issue Good for newcomers topic: IR Intermediate representation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants