RyuJIT x86: Fix initblk with unrolled loop and constant fill
authorBruce Forstall <brucefo@microsoft.com>
Sat, 27 Aug 2016 01:25:42 +0000 (18:25 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Sat, 27 Aug 2016 01:25:42 +0000 (18:25 -0700)
commit5127eef602e0c0ed5ab7f63a9bc28b81558b2084
treed3e872d7739de365af02a6f2285b9bd35d7a6aae
parent160e8572a2847d02d09cdd7dfc7516880b7f2ee8
RyuJIT x86: Fix initblk with unrolled loop and constant fill

The computed fill value was only using the low 8 bytes of the
xmm register; we need it to fill the entire 16 byte register.

Fixes #6940
src/jit/codegenxarch.cpp