Skip to content

JIT: remove cheap preds#81562

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:RemoveCheapPreds
Feb 3, 2023
Merged

JIT: remove cheap preds#81562
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:RemoveCheapPreds

Conversation

@AndyAyersMS

Copy link
Copy Markdown
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
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 2, 2023
@ghost

ghost commented Feb 2, 2023

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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