Skip to content

[mono][interp] Add implicit conversion of floating-point call args - #89428

Merged
kotlarmilos merged 3 commits into
dotnet:mainfrom
kotlarmilos:bugfix/explicit-cast
Jul 28, 2023
Merged

[mono][interp] Add implicit conversion of floating-point call args#89428
kotlarmilos merged 3 commits into
dotnet:mainfrom
kotlarmilos:bugfix/explicit-cast

Conversation

@kotlarmilos

@kotlarmiloskotlarmilos commented Jul 25, 2023

Copy link
Copy Markdown
Member

This PR adds implicit conversion of floating-point call args and enables the conversion for inlined methods.

Fixes#89385

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @BrzVlad, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

Issue Details

This PR adds explicit conversion of floating-point call args and enables the conversion for inlined methods.

Fixes #89385

Author:kotlarmilos
Assignees:kotlarmilos
Labels:

area-Codegen-Interpreter-mono

Milestone:8.0.0

@lewing

Copy link
Copy Markdown
Member

the debugger failure is known

@BrzVladBrzVlad changed the title [mono][interp] Add explicit conversion of floating-point call args[mono][interp] Add implicit conversion of floating-point call argsJul 26, 2023
@kotlarmilos

This comment was marked as outdated.

@kotlarmilos

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-ioslike

@azure-pipelines

Copy link
Copy Markdown

No commit pushedDate could be found for PR 89428 in repo dotnet/runtime

@kotlarmilos

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-ioslike

@azure-pipelines

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

@kotlarmilos

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-ioslike

@azure-pipelines

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

@kotlarmilos

Copy link
Copy Markdown
MemberAuthor

The failures are known and shouldn't be related.

@kotlarmilos
kotlarmilos merged commit f5ca995 into dotnet:mainJul 28, 2023
@ghostghost locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for freeto 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.

[mono] The bitcast test fails with exit code 104 on apple mobile platforms

3 participants

@kotlarmilos@lewing@BrzVlad