[x86] Implement OP_EXPAND_I1 by lowering instead of directly to avoid register alloca...
authorZoltan Varga <vargaz@gmail.com>
Mon, 20 Mar 2017 04:16:20 +0000 (00:16 -0400)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2017 04:16:20 +0000 (00:16 -0400)
commita4806314e199b4432a24441e39c57f2ba74a175d
tree6e26b1395c250becd150ff024b4d032cb17f5767
parent11987ed3a8658a9780bb8090ca84adc90608d107
[x86] Implement OP_EXPAND_I1 by lowering instead of directly to avoid register allocation problems. Increase stack size when simd types are used. (#4557)
mono/mini/cpu-x86.md
mono/mini/mini-x86.c