Skip to content

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

Merged
abadams merged 2 commits into
mainfrom
abadams/lossless_cast_for_uint_int_saturating_cast
Dec 20, 2024
Merged

abadams merged 2 commits into
mainfrom
abadams/lossless_cast_for_uint_int_saturating_cast

Conversation

@abadams

@abadams abadams commented Dec 19, 2024

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor

simd-op-check failures?

@abadams

abadams commented Dec 20, 2024

Copy link
Copy Markdown
Member Author

simd op check issue fixed and current failures unrelated

@abadams
abadams merged commit 526364f into main Dec 20, 2024
@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