JIT: Validate DFS tree in post-phase checks #95652
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Recomputing the DFS will cause
m_dfs
andm_loops
to return nonsensical results (i.e. the results aren't just outdated). We should validate in post-phase checks that the DFS tree we're storing matches the flow graph, and explicitly null out the relevant information when we invalidate it.The text was updated successfully, but these errors were encountered: