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

Add a test for STORE_DYN_BLK(..., IND(null), ...) #85103

Merged
merged 1 commit into from
Apr 23, 2023

Conversation

SingleAccretion
Copy link
Contributor

The underlying problem was fixed by marking the source indirection with NO_CSE in #83814.

Closes #62328.

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

ghost commented Apr 20, 2023

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

Issue Details

The underlying problem was fixed by marking the source indirection with NO_CSE in #83814.

Closes #62328.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@SingleAccretion
Copy link
Contributor Author

SingleAccretion commented Apr 20, 2023

browser-wasm linux Release AllSubsets_Mono_RuntimeTests monointerpreter failure is #80619.

Just adding test for a fixed issue.

@dotnet/jit-contrib

@jakobbotsch
Copy link
Member

Looks like license/cla is stuck, need to bounce it.

@jakobbotsch jakobbotsch reopened this Apr 21, 2023
@jakobbotsch jakobbotsch merged commit e8c4971 into dotnet:main Apr 23, 2023
@SingleAccretion SingleAccretion deleted the DynBlk-Assertions-Test branch May 1, 2023 15:12
@ghost ghost locked as resolved and limited conversation to collaborators May 31, 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 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.

Dynamic block nodes should not generate non-null assertions
2 participants