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

Generate Brillig code to handle adding two casted integers #1553

Closed
kevaundray opened this issue Jun 5, 2023 · 0 comments
Closed

Generate Brillig code to handle adding two casted integers #1553

kevaundray opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request refactor ssa

Comments

@kevaundray
Copy link
Contributor

Problem

Add code to handle the following functions:

unconstrained fn add_int(x : u32, y : u32) -> u32 {
 x + y
}

Happy Case

.

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response

@kevaundray kevaundray added enhancement New feature or request refactor ssa labels Jun 5, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Jun 5, 2023
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor ssa
Projects
Archived in project
Development

No branches or pull requests

1 participant