Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[interp] Retry cprop pass if killing stloc (mono/mono#17491)
When replacing a stloc with a pop, we should retry the pass, since it is very likely that we will be able to kill the instruction that pushed that value on the stack. Commit migrated from mono/mono@4419dc9
- Loading branch information