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

[jitstress] JIT/Regression/JitBlue/GitHub_10780 fails #85449

Closed
jakobbotsch opened this issue Apr 27, 2023 · 1 comment · Fixed by #85453
Closed

[jitstress] JIT/Regression/JitBlue/GitHub_10780 fails #85449

jakobbotsch opened this issue Apr 27, 2023 · 1 comment · Fixed by #85453
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@jakobbotsch
Copy link
Member

jakobbotsch commented Apr 27, 2023

@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 27, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 27, 2023
@ghost
Copy link

ghost commented Apr 27, 2023

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

Issue Details

#85396 fixed the underlying problem, but physical promotion needs to propagate that flag to indirections it creates. I forgot to port that fix from #85323 in #85343.

Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch jakobbotsch self-assigned this Apr 27, 2023
@jakobbotsch jakobbotsch added blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes and removed untriaged New issue has not been triaged by the area owner labels Apr 27, 2023
@jakobbotsch jakobbotsch added this to the 8.0.0 milestone Apr 27, 2023
jakobbotsch added a commit to jakobbotsch/runtime that referenced this issue Apr 27, 2023
When physical promotion creates multiple indirections for arbitrary
BLK/FIELD sources, make sure we propagate all relevant flags.

Fix dotnet#85449
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Apr 27, 2023
jakobbotsch added a commit that referenced this issue Apr 27, 2023
When physical promotion creates multiple indirections for arbitrary
BLK/FIELD sources, make sure we propagate all relevant flags.

Fix #85449
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Apr 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 27, 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 blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant