Skip to content

[mono][simd] Add MONO_TYPE_I and MONO_TYPE_U types for OP_NEGATION on amd64 #87607

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

Merged

Conversation

kotlarmilos
Copy link
Member

The Mono functional tests are failing during AOT compilation on iossimulator/tvossimulator. It appears that there is an issue with decoding the ins->inst_c1 type in OP_NEGATION. Assumption is that the MONO_TYPE_I and MONO_TYPE_U types for OP_NEGATION on amd64 are missing.

Fixes #87606

This PR should verify whether the change resolves the issue causing the CI failures.

/cc: @vargaz @jandupej

@kotlarmilos kotlarmilos added this to the 8.0.0 milestone Jun 15, 2023
@kotlarmilos kotlarmilos self-assigned this Jun 15, 2023
@kotlarmilos
Copy link
Member Author

/azp run runtime-ioslikesimulator

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vargaz
Copy link
Contributor

vargaz commented Jun 15, 2023

Why isn't this problem hit by the normal desktop test suites ?

@kotlarmilos
Copy link
Member Author

/azp run runtime-ioslikesimulator

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@jandupej jandupej left a comment

Choose a reason for hiding this comment

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

LGTM.

@kotlarmilos kotlarmilos marked this pull request as ready for review June 15, 2023 14:52
@kotlarmilos
Copy link
Member Author

The failures are known and the issue has been fixed.

@kotlarmilos kotlarmilos merged commit c6da14e into dotnet:main Jun 15, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jul 15, 2023
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.

[mono][simd] Mono functional tests failing due to invalid OP_NEGATION instruction type
4 participants