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 cheap preds #81562

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Conversation

AndyAyersMS
Copy link
Member

We no longer need cheap preds. We always have full preds available.

Also, remove the ability to drop and recompute full preds, as we now compute full preds incrementally while building the flow graph, and never drop or need to rebuild them.

Contributes to #80193.

We no longer need cheap preds. We always have full preds available.

Also, remove the ability to drop and recompute full preds, as we now compute
full preds incrementally while building the flow graph, and never drop or need
to rebuild them.

Contributes to dotnet#80193.
@ghost ghost assigned AndyAyersMS Feb 2, 2023
@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 Feb 2, 2023
@ghost
Copy link

ghost commented Feb 2, 2023

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

Issue Details

We no longer need cheap preds. We always have full preds available.

Also, remove the ability to drop and recompute full preds, as we now compute full preds incrementally while building the flow graph, and never drop or need to rebuild them.

Contributes to #80193.

Author: AndyAyersMS
Assignees: AndyAyersMS
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

@EgorBo PTAL (or @BruceForstall who I think was responsible for cheap preds).

CC @dotnet/jit-contrib

No diffs expected.

@AndyAyersMS AndyAyersMS requested a review from EgorBo February 2, 2023 20:54
@AndyAyersMS
Copy link
Member Author

arm SPMI timed out, will retry that bit.

@AndyAyersMS AndyAyersMS merged commit 4438d92 into dotnet:main Feb 3, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 5, 2023
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.

2 participants