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

[VM] Add support for UI64 to F32 casts #19556

Merged
merged 7 commits into from
Feb 13, 2025

Conversation

zjgarvey
Copy link
Contributor

Following up on 0cafee9 , this adds support for ui64 -> f32 casts.

Copy link
Contributor

@vinayakdsci vinayakdsci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's wait for a review from @benvanik too.

@zjgarvey
Copy link
Contributor Author

@benvanik do you mind if I merge this?

Copy link
Collaborator

@benvanik benvanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please correct the ordering - should be (si32, si64, ui32, ui64) - looks like it was inserted as (si32, si64, ui64, ui32) everywhere - otherwise lgtm

@benvanik benvanik merged commit f6481fb into iree-org:main Feb 13, 2025
40 checks passed
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.

3 participants