commit | 0aba1c7376ad325202f328211ab6dfcae94c7f2a | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Sep 18 19:11:32 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:21 2012 +0200 |
tree | ac07b857fbb6b859307a6c9b0230aa9103c912bc | |
parent | 1ff8c5418a680d6766493908eaa07cc11dce7f13 [diff] |
tcg/optimize: optimize "op r, a, a => mov r, a" Now that we can easily detect all copies, we can optimize the "op r, a, a => mov r, a" case a bit more. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>