Merge pull request #15301 from mikedn/cast-un
authorCarol Eidt <carol.eidt@microsoft.com>
Mon, 26 Mar 2018 23:25:54 +0000 (16:25 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 23:25:54 +0000 (16:25 -0700)
commit55f162d21d396a7741a91f00568d48a2f3fab603
treecdb86685dd8b7f4943d319e7889bd03fd9c92564
parentc7229d684b5cc27e0f4143635322a2406b441f9d
parent0880a64ed1f932f65e21618661baab3ce9c60162
Merge pull request #15301 from mikedn/cast-un

Fix inconsistent handling of zero extending casts
12 files changed:
src/jit/codegenxarch.cpp
src/jit/compiler.h
src/jit/compiler.hpp
src/jit/flowgraph.cpp
src/jit/gentree.cpp
src/jit/gentree.h
src/jit/importer.cpp
src/jit/lower.cpp
src/jit/lowerarmarch.cpp
src/jit/lowerxarch.cpp
src/jit/morph.cpp
src/jit/simd.cpp