Add missing opcodes for morph cast narrowing.
authorEugene Rozenfeld <erozen@microsoft.com>
Tue, 25 Apr 2017 20:38:39 +0000 (13:38 -0700)
committerEugene Rozenfeld <erozen@microsoft.com>
Tue, 25 Apr 2017 22:38:35 +0000 (15:38 -0700)
commit40af4853a24ff6a861d33b9a3ecf4d5bb3a474f7
tree1185a4793b9d462e67e4a839fbec0852a53774ae
parent89f5070eb2626bd4ee5c34536dd665c7ff3b5dab
Add missing opcodes for morph cast narrowing.

The narrowing can be applied to GT_SUB, GT_NOT, GT_NEG, and GT_LSH in addition to
GT_ADD, GT_MUL, GT_AND, GT_OR, and GT_XOR that were already supported.
src/jit/morph.cpp