Files
qemu/tcg
Richard Henderson c9349965ce tcg: Optimize INDEX_op_mul[us]2 for 0 and 1
Zero operands produce a zero high and low product. One operands produce
a copy of the other operand and a zero or sign extension in the high
half.

Fold those cases during TCG optimization so wide-multiply idioms used by
target translators can collapse before code generation.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260520125139.13352-3-philmd@linaro.org>
2026-05-29 13:03:58 -07:00
..
2025-05-28 08:08:47 +01:00
2026-03-10 11:36:21 +01:00
2026-01-17 10:46:18 +11:00
2026-05-21 08:20:58 +02:00
2026-03-10 11:36:21 +01:00