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

Use lossless_cast for saturating casts from unsigned to signed on x86 #8527

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

abadams
Copy link
Member

@abadams abadams commented Dec 19, 2024

This takes care of a TODO. I also moved that block of code into an if statement that only considers saturating casts, to avoid wasting time on it for all other call nodes.

…in x86

This takes care of a TODO. I also moved that block of code into an if
statement that only considers saturating casts, to avoid wasting time on
it for all other call nodes.
@steven-johnson
Copy link
Contributor

simd-op-check failures?

@abadams
Copy link
Member Author

abadams commented Dec 20, 2024

simd op check issue fixed and current failures unrelated

@abadams abadams merged commit 526364f into main Dec 20, 2024
17 of 19 checks passed
@alexreinking alexreinking deleted the abadams/lossless_cast_for_uint_int_saturating_cast branch December 20, 2024 19:30
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