Convert signed int=>long cast SBCG to NYI
authorBruce Forstall <brucefo@microsoft.com>
Tue, 3 May 2016 00:58:01 +0000 (17:58 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 3 May 2016 14:56:08 +0000 (07:56 -0700)
commit11ae06e2ae875218b8afc33bd1b5fba46d92489f
treecae5388926861fb3bab017787837e200abb5e785
parentaafd09b261e9d36921c4e44deb8cc8994722c88f
Convert signed int=>long cast SBCG to NYI

This causes many tests that fail with silent bad codegen to pass
with NYI fallback. Many tests are removed from the issues.targets
failing tests exclusion list, but added to the
ryujit_x86_no_fallback_issues.targets exclusion list.

Commit migrated from https://github.com/dotnet/coreclr/commit/2175553aca9e492c39a00be26f8aad20549dda7a
src/coreclr/src/jit/lower.cpp
src/coreclr/tests/issues.targets
src/coreclr/tests/ryujit_x86_no_fallback_issues.targets