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: fix cross-block local assertion prop bug; add range enable #94885

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

AndyAyersMS
Copy link
Member

Fix condition under which we can share a pred's assertion out vector. Add the ability to disable cross-block local assertion prop via range.

Contributes to #93246.

Fix condition under which we can share a pred's assertion out vector.
Add the ability to disable cross-block local assertion prop via range.

Contributes to dotnet#93246.
@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 16, 2023
@ghost ghost assigned AndyAyersMS Nov 16, 2023
@ghost
Copy link

ghost commented Nov 16, 2023

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

Issue Details

Fix condition under which we can share a pred's assertion out vector. Add the ability to disable cross-block local assertion prop via range.

Contributes to #93246.

Author: AndyAyersMS
Assignees: AndyAyersMS
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

FYI @dotnet/jit-contrib
@jakobbotsch PTAL

@AndyAyersMS
Copy link
Member Author

This is a no-diff change, so failure in Interop/DisabledRuntimeMarshalling is almost certainly unrelated.

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