JIT: emit gc updates from RRR instruction forms (#2197)
authorAndy Ayers <andya@microsoft.com>
Tue, 28 Jan 2020 06:41:17 +0000 (22:41 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2020 06:41:17 +0000 (22:41 -0800)
commit38f210966d22ccd1726dc389f4132bcf175ad033
tree986fa111a69e157bf2218e871a2dc7f3f23725d8
parentab56e22c299116493631fa4301f552c4b9a20605
JIT: emit gc updates from RRR instruction forms (#2197)

These do not produce GC refs, so make sure we end any GC liveness for the
destination register.

Also, make sure all gc stress modes announce themselves in the jit dump log.

Fixes #2186.
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/emitxarch.cpp