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

[interp] Don't cprop between vt vars of different sizes #54734

Merged
merged 1 commit into from
Jun 26, 2021

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Jun 25, 2021

Via unsafe code, getting the lower Vector128 from a Vector256 ends up as a move of sizeof (Vector128) from a Vector256 var. However, the destination var is not a valid copy of the source var, having a different type.

@ghost
Copy link

ghost commented Jun 25, 2021

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

Issue Details

Via unsafe code, getting the lower Vector128 from a Vector256 ends up as a move of sizeof (Vector128) from a Vector256 var. However, the destination var is not a valid copy of the source var, having a different type.

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

Via unsafe code, getting the lower Vector128 from a Vector256 ends up as a move of `sizeof (Vector128)` from a Vector256 var. However, the destination var is not a valid copy of the source var, having a different type
@BrzVlad BrzVlad merged commit 11967d4 into dotnet:main Jun 26, 2021
BrzVlad added a commit to BrzVlad/runtime that referenced this pull request Jul 1, 2021
BrzVlad added a commit that referenced this pull request Jul 7, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 26, 2021
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.

2 participants