small clean-up and bug fix in genIntToIntCast (#10989)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 18 Apr 2017 17:44:01 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 17:44:01 +0000 (10:44 -0700)
commitbbe202b1de189812866acfa288ab1ac21a5fecdb
tree172ee3b6ced9202ef11accc813486137a2456368
parent9051ff8ee9cd8876c169c3756b76af8506d8f89b
small clean-up and bug fix in genIntToIntCast (#10989)

genintToIntCast was cleaned-up, the assert that was wrong for x86 was deleted. The repro was added.
src/jit/codegenxarch.cpp
tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.il [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.ilproj [new file with mode: 0644]