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

[mono][s390x] Fix OP_FCONV_TO_I and OP_RCONV_TO_I #65185

Merged
merged 1 commit into from
Feb 14, 2022
Merged

[mono][s390x] Fix OP_FCONV_TO_I and OP_RCONV_TO_I #65185

merged 1 commit into from
Feb 14, 2022

Conversation

uweigand
Copy link
Contributor

  • OP_[FR]CONV_TO_I should result in an 8-byte integer

CC @lambdageek @vargaz @nealef

Fix another fallout of the new test cases added by #64234 on s390x, this time related to float-to-signed-int conversions. As opposed to #64618, this is just a simple back-end bug. For some reason, this only showed up in the CI builder, not on my own machine.

* OP_[FR]CONV_TO_I should result in an 8-byte integer
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 11, 2022
@dotnet-issue-labeler dotnet-issue-labeler bot added area-Codegen-JIT-mono and removed community-contribution Indicates that the PR has been added by a community member labels Feb 11, 2022
Copy link
Member

@lambdageek lambdageek left a comment

Choose a reason for hiding this comment

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

We had similar bugs in the amd64 and arm64 backends.

@uweigand
Copy link
Contributor Author

Looks like this test is now also failing in the 6.0 branch, so once this PR is merged, it should also go into the branch. Hope we can get the CI green again soon ...

@lambdageek
Copy link
Member

/backport to release/6.0

@github-actions
Copy link
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1843155563

@vargaz vargaz merged commit 642db50 into dotnet:main Feb 14, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants