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

WIP: Expose data-flow information in Telamon #63

Closed
wants to merge 3 commits into from
Closed

Conversation

ulysseB
Copy link
Owner

@ulysseB ulysseB commented Jul 16, 2018

Telamon's IR currently represents values as instruction inputs with ir::Operand.
Unfortunately, this does not allows us to manipulate decisions about operands and to
reason about the data flow in the program. This PR introduces a new type ir::Value
that represents a value stored in a variable. It lays the foundations for #41.

This PR is a work in progress, do not merge

@ulysseB ulysseB added the WIP Work in Progress label Jul 31, 2018
@ulysseB
Copy link
Owner Author

ulysseB commented Sep 7, 2018

Covered by #113

@ulysseB ulysseB closed this Sep 7, 2018
@ulysseB ulysseB removed the WIP Work in Progress label Sep 7, 2018
@ulysseB ulysseB deleted the ir-values branch September 12, 2018 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants