[jit] Clean up the handling of the lower/higher parts of long values on 32 bit platfo...
commite34bddee3a5872ebef9f396b1acf72ede4fcbefd
authorZoltan Varga <vargaz@gmail.com>
Mon, 30 Jul 2018 20:26:39 +0000 (30 16:26 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 20:26:39 +0000 (30 16:26 -0400)
treea67ff813dde697e45d09420b0f69fd6ba1c7702a
parent801e3f360fdc3d1358ebf41eaa309eeb5ec6f577
[jit] Clean up the handling of the lower/higher parts of long values on 32 bit platforms. (#9807)

Instead of accessing them using the inst_ls_word/inst_ms_word macros which use the union in MonoInst.data, access them normally using
MonoInst.Data.i8const.
mono/mini/decompose.c
mono/mini/local-propagation.c
mono/mini/method-to-ir.c
mono/mini/mini-llvm.c
mono/mini/mini-mips.c
mono/mini/mini.c
mono/mini/mini.h