]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Register allocator: Fix merging of assigned/spilled vregs.
authorIvo Raisr <ivosh@ivosh.net>
Wed, 11 Oct 2017 17:42:50 +0000 (19:42 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Wed, 11 Oct 2017 19:26:18 +0000 (21:26 +0200)
commit34485abe412893a8c25146e2f6a3383a2a4cffa9
tree79de0bb2537f792015e382204b5f501767ed8a43
parented5ae781a14701986e7facc9e47882895fcd911a
Register allocator: Fix merging of assigned/spilled vregs.

Fix the case when vreg2 is spilled but rreg1 in state2 is bound
to an offending vreg, still live.
VEX/priv/host_generic_reg_alloc3.c