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 remaining BBJ_COND fallthrough fixups #99271

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

amanasifkhalid
Copy link
Member

Part of #93020. The diffs from this seem manageable locally -- my hope is the diffs in profile data up to block layout that drive this churn improve as we continue to propagate edge likelihoods to later phases.

@ghost ghost assigned amanasifkhalid Mar 5, 2024
@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 Mar 5, 2024
@ghost
Copy link

ghost commented Mar 5, 2024

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

Issue Details

Part of #93020. The diffs from this seem manageable locally -- my hope is the diffs in profile data up to block layout that drive this churn improve as we continue to propagate edge likelihoods to later phases.

Author: amanasifkhalid
Assignees: amanasifkhalid
Labels:

area-CodeGen-coreclr

Milestone: -

@amanasifkhalid
Copy link
Member Author

cc @dotnet/jit-contrib, @AndyAyersMS PTAL. Diffs show small regressions all over the place, though they don't seem to manifest too often. Are we ok living with these, if it means we get to say we don't have any implicit fallthrough (except when restoring it before block layout)?

Copy link
Member

@AndyAyersMS AndyAyersMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think these diffs are ok.

@amanasifkhalid amanasifkhalid merged commit 88bb3a7 into dotnet:main Mar 5, 2024
127 of 129 checks passed
@amanasifkhalid amanasifkhalid deleted the no-fallthrough branch March 5, 2024 20:16
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 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.

2 participants