Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix def tree for CSE locals going into SSA (dotnet/coreclr#27301)
When putting a new single-def CSE local into SSA, we need to set the def tree to the LHS of the GT_ASG, not the GT_ASG. Commit migrated from dotnet/coreclr@90e59be
- Loading branch information