-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
Today, we might end up generating degenerate flow during redundant branch optimization. We need to make sure that we don't do that and add an assertion check to make sure that we never have flDupCount > 1 unless it is a switch statement.
We saw #47101 issue because of this and it was fixed in #48607 by making sure assertion prop handles it. But eventually "redundant branch optimization" should not create such flow.
category:cq
theme:flowgraph
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Type
Projects
Status
Done