On 10/21/21 23:04, Richard Henderson wrote: > Break the final cleanup clause out of the main switch > statement. When fully folding an opcode to mov/movi, > use "continue" to process the next opcode, else break > to fall into the final cleanup. > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Reviewed-by: Luis Pires <luis.pi...@eldorado.org.br> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/optimize.c | 190 ++++++++++++++++++++++++------------------------- > 1 file changed, 94 insertions(+), 96 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>