| commit | a763551ad5090b6e2fdea8538e1f41252e1f7579 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <rth@twiddle.net> | Wed Apr 23 22:18:30 2014 -0700 |
| committer | Richard Henderson <rth@twiddle.net> | Wed May 28 09:33:53 2014 -0700 |
| tree | b335c24c8c94760af45d4d4c2d373e1f4e656dbc | |
| parent | 3ee933c9d4869891a5614fba4815a3857dc3ef8f [diff] |
tcg: Optimize brcond2 and setcond2 ne/eq If either the high or low pair can be resolved, we can simplify to either a constant or to a 32-bit comparison. Signed-off-by: Richard Henderson <rth@twiddle.net>