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: Remove references to "CSE candidate" in morph #110218

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

jakobbotsch
Copy link
Member

CSE no longer reinvokes morph, and the checks for CSE were removed in 07f15ef. However, a few comments were left over, so clean those up.

I audited the fgGlobalMorph uses as well but most of these are guarding against transformations messing up VNs, so it looks like they cannot be removed (yet).

Fix #108875

CSE no longer reinvokes morph, and the checks for CSE were removed in
07f15ef. However, a few comments were left over, so clean those up.
@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 Nov 27, 2024
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @EgorBo

@jakobbotsch jakobbotsch requested a review from EgorBo November 27, 2024 12:40
@jakobbotsch jakobbotsch changed the title JIT: Remove reference to "CSE candidate" in morph JIT: Remove references to "CSE candidate" in morph Nov 27, 2024
@jakobbotsch jakobbotsch merged commit 3bf2459 into dotnet:main Nov 28, 2024
107 of 108 checks passed
@jakobbotsch jakobbotsch deleted the fix-108875 branch November 28, 2024 13:38
mikelle-rogers pushed a commit to mikelle-rogers/runtime that referenced this pull request Dec 10, 2024
CSE no longer reinvokes morph, and the checks for CSE were removed in
07f15ef. However, a few comments were left over, so clean those up.
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: Clean up fgGlobalMorph checks in morph
2 participants