Investigate the encounters of "undefined use at" in register allocator #45238
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
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:
The text was updated successfully, but these errors were encountered: