]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/optimize: split expression simplification
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 6 Sep 2012 14:47:13 +0000 (16:47 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:07 +0000 (01:42 -0500)
commitd969307261eee2dd1fc42f6c570f4ac4f056b405
treec9e70af62b1c6d3b9a300f355be3426cb94d9566
parent62cdb0fdd319e1cc020d5b7a15bb8727d2c88c8b
tcg/optimize: split expression simplification

Split expression simplification in multiple parts so that a given op
can appear multiple times. This patch should not change anything.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/optimize.c