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] Remove OP_FCONV_TO_U opcode #64618

Merged
merged 1 commit into from
Feb 7, 2022
Merged

[mono] Remove OP_FCONV_TO_U opcode #64618

merged 1 commit into from
Feb 7, 2022

Conversation

uweigand
Copy link
Contributor

@uweigand uweigand commented Feb 1, 2022

CC @lambdageek

* Emit OP_FCONV_TO_U8/U4 instead of OP_FCONV_TO_U.

* Remove OP_FCONV_TO_U implementations across all back ends.

* Remove duplicated mono_fconv_u8/u4 icall wrappers.

* Fixes #64570
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 1, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@lambdageek
Copy link
Member

/azp run runtime-extra-platforms

@lambdageek
Copy link
Member

/cc @vargaz

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member

/backport to release/6.0

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2022

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

@uweigand uweigand deleted the mono-fconv-u branch February 11, 2022 10:23
@ghost ghost locked as resolved and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-JIT-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mono problems with double to nuint conversion
6 participants