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

Delete GTF_VAR_CAST #74461

Merged
merged 2 commits into from
Sep 22, 2022
Merged

Conversation

SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Aug 23, 2022

It is unused.

Tighten an assert in the ref counter and relax one in VN.

Diffs - we now contain more in-memory locals under bounds checks because they have the proper INT type. Also a nice TP win from downgrading the noway_assert to an ordinary assert.

Fixes #74259.

@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 Aug 23, 2022
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Aug 23, 2022
@ghost
Copy link

ghost commented Aug 23, 2022

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

Issue Details

It is unused.

Tighten an assert in the ref counter and relax one in VN.

Fixes #74259.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

It is unused.

Tighten an assert in the ref counter.
@SingleAccretion SingleAccretion marked this pull request as ready for review August 24, 2022 13:32
@SingleAccretion
Copy link
Contributor Author

@dotnet/jit-contrib

@jakobbotsch
Copy link
Member

Will rerun CI on this one.

@jakobbotsch jakobbotsch reopened this Sep 21, 2022
Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
@jakobbotsch
Copy link
Member

Failure looks like the same as #75990 (comment)

@jakobbotsch jakobbotsch merged commit db5c433 into dotnet:main Sep 22, 2022
@SingleAccretion SingleAccretion deleted the Delete-GTF_VAR_CAST branch September 23, 2022 17:02
@ghost ghost locked as resolved and limited conversation to collaborators Oct 23, 2022
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 community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnSpy: Assertion failed '(varDsc->TypeGet() == TYP_I_IMPL) && lcl->TypeIs(TYP_BYREF)'
3 participants