commit | b336ceb6918b8f9eb54dcbb1043521482c7be83b | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Sep 18 19:37:00 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:21 2012 +0200 |
tree | e99d58fd8a406664a63e7d887de61f2a8c57ee3d | |
parent | 3c94193e0bbdd855bcbedabd27e3cbe1e6bc6242 [diff] |
tcg/optimize: further optimize brcond/movcond/setcond When both argument of brcond/movcond/setcond are the same or when one of the two values is a constant equal to zero, it's possible to do further optimizations. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>