tcg/optimize: Split out fold_mov
commit2cfac7fa482e015310968ee68b001db94789d190
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Aug 2021 20:05:43 +0000 (25 13:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (27 17:11 -0700)
tree9b4c908d2fb73a83bdb7097631ccdc68a27c391d
parent8cdb3fcb8e69502963ca4127fab656e5ffe2be93
tcg/optimize: Split out fold_mov

This is the final entry in the main switch that was in a
different form.  After this, we have the option to convert
the switch into a function dispatch table.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c