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

JIT: Fix genHWIntrinsic_R_R_RM_I assertion handling when ins is INS_insertps #106100

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Aug 7, 2024

Resolves #105467

@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 7, 2024
@TIHan TIHan changed the title For Sse41.Insert, do not contain vec-zero on op1/op2 if the immediate value is greater than 63 JIT: Fix genHWIntrinsic_R_R_RM_I assertion handling when ins is INS_insertps Aug 8, 2024
@TIHan
Copy link
Contributor Author

TIHan commented Aug 8, 2024

@jit-contrib @tannergooding this is ready

@TIHan
Copy link
Contributor Author

TIHan commented Aug 8, 2024

Current failures are unrelated; Pri0 tests passed. Also, the second previous run ran all green. Merging.

@TIHan TIHan merged commit 06ac04f into dotnet:main Aug 8, 2024
105 of 117 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2024
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.

JIT: Assertion failed 'isContainable || supportsRegOptional' during 'Generate code'
2 participants