Searched hist:d62816f2db439b2dd761c674f0256f21d9dd2ed0 (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | d62816f2db439b2dd761c674f0256f21d9dd2ed0 Wed Nov 28 04:21:31 UTC 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Improve register allocation for matching constraints
Try harder to honor the output_pref. When we're forced to allocate a second register for the input, it does not need to use the input constraint; that will be honored by the register we allocate for the output and a move is already required.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|