Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[interp] handle box + brtrue/brfalse pattern for byreflike types
In cases where we don't do cprop and deadce (for example if ~mono_interp_opt~ is 0 because we're debugging) don't emit a box_vt opcode before a branch. Instead just emit a constant true Fixes dotnet#102988
- Loading branch information