Uh oh!
There was an error while loading. Please reload this page.
[Experiment] JIT: fold reference equality for provably unrelated types - #133258
Closed
EgorBo wants to merge 3 commits into
Closed
[Experiment] JIT: fold reference equality for provably unrelated types#133258EgorBo wants to merge 3 commits into
EgorBo wants to merge 3 commits into
Conversation
EgorBo
commented
Sep 4, 2026
Member
If one operand has an exact class handle that is provably not castable to the other operand's class, and at least one of them is known to be non-null, then the two references can never point to the same object - fold GT_EQ to false and GT_NE to true in global assertion prop. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1c285c82-a3d6-473d-b94c-84e9d30b226f
EgorBo
commented
Sep 4, 2026
MemberAuthor
@MihuBot -nuget |
|
Azure Pipelines: Successfully started running 5 pipeline(s). 11 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1c285c82-a3d6-473d-b94c-84e9d30b226f
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1c285c82-a3d6-473d-b94c-84e9d30b226f
EgorBo
commented
Sep 4, 2026
MemberAuthor
@MihuBot -nuget |
EgorBo
commented
Sep 4, 2026
MemberAuthor
diffs aren't motivating |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.