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

Remove the special case for i32. #4543

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

zygoloid
Copy link
Contributor

For the few remaining uses of the builtin i32 type, manually build an
IntType(Signed, 32) value instead. These are:

  • The return type of Run.
  • The type that int literals in an if expression are converted into.
  • The type of an array index expression.

We should consider converting those three cases away from i32 over
time.

For the few remaining uses of the builtin i32 type, manually build an
`IntType(Signed, 32)` value instead. These are:

- The return type of `Run`.
- The type that int literals in an `if` expression are converted into.
- The type of an array index expression.

We should consider converting those three cases away from `i32` over
time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant