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: add value.User interface implemented by instructions and terminators #214

Merged
merged 5 commits into from
Jan 20, 2022

Conversation

mewmew
Copy link
Member

@mewmew mewmew commented Jan 20, 2022

Note, the Operands method of the value.User interface returns a mutable list of values used as operands by the given user (instruction or terminator).

Fixes #19 and fixes #42.

Note, the Operands method returns a mutable list of values used as
operands by the user (instruction or terminator).
@mewmew mewmew mentioned this pull request Jan 20, 2022
@mewmew mewmew requested a review from dannypsnl January 20, 2022 00:38
@dannypsnl
Copy link
Member

@mewmew Looks good!

@mewmew mewmew merged commit ad080ce into master Jan 20, 2022
@mewmew mewmew deleted the use-tracking branch January 20, 2022 02:25
@mewmew
Copy link
Member Author

mewmew commented Jan 20, 2022

Great!

@dannypsnl, feel free to delete the operands branch.

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.

Add an Operands() function for inspecting operands of instructions Use tracking
2 participants