Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix flags updating when sinking stores below commas
When we sink a store below a comma, we should update the comma's flags after updating the flags of the store, not before. Fix dotnet#99929
- Loading branch information