Check that we don't create null checks on an address that is not null. (#44059)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 3 Nov 2020 22:42:20 +0000 (12:42 -1000)
committerGitHub <noreply@github.com>
Tue, 3 Nov 2020 22:42:20 +0000 (14:42 -0800)
commita5c194e441e878273a9e9d0d975e22329bc06a7c
tree57b8feac26be8d0547918d6c558bd7bc5799f413
parent09a7d6c9f79bae1492e718678d78ec019ba2371e
Check that we don't create null checks on an address that is not null. (#44059)

* Check that we don't create null checks on an address that is not null.

* Egor's request
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/importer.cpp