Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Compute EH liveness on all blocks instead of RPO blocks (#104321)
Since we can have blocks whose control flow we do not model (like throw helpers) we need to consider all blocks when computing the `exceptVars` and `finallyVars` sets. Fix #104315
- Loading branch information