]> git.ipfire.org Git - thirdparty/valgrind.git/commit
priv/guest_generic_bb_to_IR.c stmt_is_guardable(): Add Ist_Dirty.
authorMark Wielaard <mark@klomp.org>
Wed, 15 Jan 2020 16:43:15 +0000 (17:43 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 15 Jan 2020 17:11:24 +0000 (18:11 +0100)
commit6f9a8d619d2276c416d982cbd2cfb3cb84c50a43
treea1aa497facdc9c3f0dabfbdc0de03dbdac561505
parent58fc707804b9c1db66124737f5dcbb2715b230e1
priv/guest_generic_bb_to_IR.c stmt_is_guardable(): Add Ist_Dirty.

This might happen when the source contains something like
if (something_involving_pcmpxstrx && foo) { .. }
which might use amd64g_dirtyhelper_PCMPxSTRx.
VEX/priv/guest_generic_bb_to_IR.c