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

Ensure the insTupleType mask entries stay correct #85870

Merged
merged 2 commits into from
May 8, 2023

Conversation

tannergooding
Copy link
Member

Fixes an incorrect change in #85853. The value of INS_TT_IS_NON_BROADCAST is currently unused, which is why it caused no issues.

@ghost ghost assigned tannergooding May 6, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 6, 2023
@ghost
Copy link

ghost commented May 6, 2023

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

Issue Details

Fixes an incorrect change in #85853. The value of INS_TT_IS_NON_BROADCAST is currently unused, which is why it caused no issues.

Author: tannergooding
Assignees: tannergooding
Labels:

area-CodeGen-coreclr

Milestone: -

@tannergooding
Copy link
Member Author

CC. @dotnet/jit-contrib, small 2-line fix to an enum value

@tannergooding tannergooding merged commit de4378f into dotnet:main May 8, 2023
@tannergooding tannergooding deleted the smaller-table branch May 8, 2023 21:57
@ghost ghost locked as resolved and limited conversation to collaborators Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants