Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: disable phi based redundant branch opts
This is exposing our lack of SSA update and leading downstream opts like CSE and assertion prop to make bad decisions. Disabling for now until I have time to figure out how to safely enable. Fixes dotnet#76636, dotnet#76507
- Loading branch information