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

Fix encoding for certain k-mask instructions #107210

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Aug 30, 2024

Fix suggested by @tannergooding to fix encoding for certain k-mask instructions.

Fixes #107146

@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 Aug 30, 2024
@EgorBo EgorBo marked this pull request as ready for review August 30, 2024 23:09
Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
@EgorBo EgorBo merged commit 505f0fa into dotnet:main Sep 2, 2024
121 checks passed
@EgorBo
Copy link
Member Author

EgorBo commented Sep 2, 2024

/backport to release/9.0

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10664076196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

JIT: Illegal instruction generated by JIT for Avx512BW.VL.CompareLessThan
3 participants