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

Investigate the encounters of "undefined use at" in register allocator #45238

Closed
kunalspathak opened this issue Nov 25, 2020 · 1 comment · Fixed by #56439
Closed

Investigate the encounters of "undefined use at" in register allocator #45238

kunalspathak opened this issue Nov 25, 2020 · 1 comment · Fixed by #56439
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Priority:3 Work that is nice to have
Milestone

Comments

@kunalspathak
Copy link
Member

kunalspathak commented Nov 25, 2020

In JITDump, I occasionally see "LocalVar V09: undefined use at 1281" printed that comes from this line. Investigate what is causing it. I am not sure if it happens only for EHWriteThru or not but ideally, we should assert() for such cases.

Here is a repro:

set COMPlus_JitDump=Drive
set COMPlus_EnableEHWriteThru=1
set COMPlus_TieredCompilation=0

CoreRun.exe D:\git\jitutils\bin\pmi.dll DRIVEALL-QUIET %CORE_ROOT%\System.Text.Encoding.Extensions.dll

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI untriaged New issue has not been triaged by the area owner labels Nov 25, 2020
@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label Nov 30, 2020
@JulieLeeMSFT JulieLeeMSFT added this to the 6.0.0 milestone Nov 30, 2020
@kunalspathak kunalspathak added the Priority:3 Work that is nice to have label Jun 4, 2021
@kunalspathak
Copy link
Member Author

kunalspathak commented Jun 4, 2021

I will try to get to this in .NET6.0, but marking it as Pri3.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 27, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 28, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 27, 2021
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 Priority:3 Work that is nice to have
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants