| commit | aeb3514bd06b278dd026c90e8f71ca5b32762ab9 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Tue Jan 14 18:28:15 2025 -0800 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 28 13:40:17 2025 -0700 |
| tree | 2b52719af3e9a3dc4519ba28a6c4760618ac1a81 | |
| parent | ee60315210058c9b3d0869b2046eeb254ba33f3a [diff] |
tcg/optimize: Handle add/sub with carry opcodes Propagate known carry when possible, and simplify the opcodes to not require carry-in when known. The result will be cleaned up further by the subsequent liveness analysis pass. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>