Skip to content

Fix AVX512 moves on X86 - #88421

Merged
EgorBo merged 1 commit into
dotnet:mainfrom
MichalPetryka:patch-11
Jul 5, 2023
Merged

Fix AVX512 moves on X86#88421
EgorBo merged 1 commit into
dotnet:mainfrom
MichalPetryka:patch-11

Conversation

@MichalPetryka

@MichalPetrykaMichalPetryka commented Jul 5, 2023

Copy link
Copy Markdown
Contributor

Handling for some moves was accidentally put under TARGET_AMD64 causing an unreached() assert on X86.

Extracted from #85875.

@ghostghost added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member labels Jul 5, 2023
@ghost

ghost commented Jul 5, 2023

Copy link
Copy Markdown

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

Issue Details

Extracted from #85875.

Author:MichalPetryka
Assignees:-
Labels:

area-CodeGen-coreclr, community-contribution

Milestone:-

@EgorBo
EgorBo merged commit e4da7e9 into dotnet:mainJul 5, 2023
@ghostghost locked as resolved and limited conversation to collaborators Aug 4, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIcommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MichalPetryka@EgorBo