Skip to content

[mono] Remove OP_FCONV_TO_U opcode - #64618

Merged
akoeplinger merged 1 commit into
dotnet:mainfrom
uweigand:mono-fconv-u
Feb 7, 2022
Merged

[mono] Remove OP_FCONV_TO_U opcode#64618
akoeplinger merged 1 commit into
dotnet:mainfrom
uweigand:mono-fconv-u

Conversation

@uweigand

Copy link
Copy Markdown
Contributor

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
@ghostghost added the community-contribution Indicates that the PR has been added by a community member label Feb 1, 2022
@ghost

ghost commented Feb 1, 2022

Copy link
Copy Markdown

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

/azp run runtime-extra-platforms

@lambdageek

Copy link
Copy Markdown
Member

/cc @vargaz

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger

Copy link
Copy Markdown
Member

/backport to release/6.0

@github-actions

Copy link
Copy Markdown
Contributor

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
@ghostghost locked as resolved and limited conversation to collaborators Mar 13, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Codegen-JIT-monocommunity-contributionIndicates 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

@uweigand@lambdageek@akoeplinger@vargaz@imhameed@jeffhandley