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

[jit] Fix OP_ICONV_TO_OVF_I8_UN, it should use OP_ZEXT_I4 instead of … #6753

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Feb 1, 2018

…a 0 shift which can be eliminated by cprop.

Fixes #6721.

…a 0 shift which can be eliminated by cprop.

Fixes mono#6721.
@vargaz vargaz requested a review from kumpera as a code owner February 1, 2018 21:50
@vargaz vargaz merged commit 9b3e318 into mono:master Feb 2, 2018
@vargaz vargaz deleted the fix-iconv-to-ovf branch February 2, 2018 00:55
@marek-safar
Copy link
Member

@monojenkins backport 2017-12

picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…a 0 shift which can be eliminated by cprop. (mono/mono#6753)

Fixes mono/mono#6721.

Commit migrated from mono/mono@9b3e318
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.

Negate operation on uint.MaxValue gives wrong result on arm64
3 participants