Remove potential NULLCHECK creation after LIR on arm32. (#40349)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 5 Aug 2020 04:02:17 +0000 (21:02 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 04:02:17 +0000 (21:02 -0700)
commit02db286a282fae25186282236164f52c0aa6c340
tree9774d33c547f058a04cea72597bfbe358cad0d2e
parent29257871a189d90bfbbe8c04e4cdc22086ecb5ab
Remove potential NULLCHECK creation after LIR on arm32. (#40349)

* Use `TransformUnusedIndirection` in LIR liveness.

* Use `TYP_INT` as `TransformUnusedIndirection` does.

* fix grammar.
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/liveness.cpp
src/coreclr/src/jit/lower.cpp