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: Avoid removing CSE candidates in fgMorphExpandCast #106691

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

jakobbotsch
Copy link
Member

Fix #106609

@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 20, 2024
@jakobbotsch jakobbotsch marked this pull request as ready for review August 20, 2024 21:32
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @EgorBo

I also opened #106695 to stop calling into morph entirely from CSE for .NET 10.

@jakobbotsch jakobbotsch merged commit 67993d0 into dotnet:main Aug 21, 2024
114 checks passed
@jakobbotsch jakobbotsch deleted the fix-106609 branch August 21, 2024 07:22
@jakobbotsch
Copy link
Member Author

/backport to release/9.0

Copy link
Contributor

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

@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 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 'link' during 'Optimize Valnum CSEs'
2 participants