[llvm] Make sure OP_LSHL_IMM is transformed to a 64 bit shift even if the input is...
commit370d740f5fc1eec97792b63a7923b2e273ded671
authorZoltan Varga <vargaz@gmail.com>
Tue, 11 Sep 2018 20:52:27 +0000 (11 22:52 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 11 Sep 2018 20:52:27 +0000 (11 22:52 +0200)
treeb12b510840be4d0a0195b640dce4344f8b945b6c
parent1d8954083f7da0d83be04abe201a3e833eb8021f
[llvm] Make sure OP_LSHL_IMM is transformed to a 64 bit shift even if the input is 32 bit, which can happen because the JIT IR is not regular. Fixes bug-17590.exe on arm64+fullaot+llvm.
mono/mini/mini-llvm.c