Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix up switch map for out-of-loop predecessor (#64014)
If we have a loop where some of the non-loop predecessors are switchs, and we add pre-header to the loop, we need to update the switch map for those predecessors. Fixes #63982.
- Loading branch information