Fix value number of a partial definition via IND. (#53753)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 10 Jun 2021 20:35:48 +0000 (13:35 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 20:35:48 +0000 (13:35 -0700)
commit121f47444ed904028523ae5ed0e65b97a0ae71b4
treeec6d52d9d277b98eb47bf4be1ef888d0fbdb5522
parentb52d276e3c18687a120747e2edfd3ae50679683f
Fix value number of a partial definition via IND. (#53753)

* Add a repro.

* small ref of `VNApplySelectorsAssignTypeCoerce`.

* Fix the bug.

* fix comment

* Update src/coreclr/jit/valuenum.cpp

Co-authored-by: Andy Ayers <andya@microsoft.com>
* Update src/coreclr/jit/valuenum.cpp

Co-authored-by: Andy Ayers <andya@microsoft.com>
Co-authored-by: Andy Ayers <andya@microsoft.com>
src/coreclr/jit/valuenum.cpp
src/coreclr/jit/valuenum.h
src/tests/JIT/Regression/JitBlue/Runtime_52320/Runtime_52320.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_52320/Runtime_52320.csproj [new file with mode: 0644]